Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dsinternals | 1,275 | 2 | 3 | a month ago | 21 | October 30, 2021 | 30 | mit | C# | |
Directory Services Internals (DSInternals) PowerShell Module and Framework | ||||||||||
Swifty | 793 | 7 days ago | 24 | gpl-3.0 | JavaScript | |||||
🔑 Free Offline-first Password Manager | ||||||||||
Hibpofflinecheck | 267 | 3 months ago | 2 | other | C# | |||||
Keepass plugin that performs offline and online checks against HaveIBeenPwned passwords | ||||||||||
Searchpass | 148 | 5 years ago | 2 | November 26, 2016 | mit | Ruby | ||||
A simple tool for offline searching of default credentials for network devices, web applications and more. | ||||||||||
Allyourpasswords | 57 | 3 years ago | 3 | Swift | ||||||
The offline macOS password manager | ||||||||||
Memtypetool | 46 | 5 years ago | gpl-3.0 | C++ | ||||||
MemType Tool - GUI For managing the MemType Offline password keeper | ||||||||||
Splunksecrets | 35 | 9 months ago | 2 | Python | ||||||
splunksecrets is a tool for working with Splunk secrets offline | ||||||||||
Winocphc | 29 | 7 years ago | 1 | agpl-3.0 | Shell | |||||
Windows Offline Common Password Hash Checker | ||||||||||
Twetter | 29 | 14 years ago | JavaScript | |||||||
Offline Twitter | ||||||||||
Lavapasswordfactory | 26 | 8 years ago | apache-2.0 | Python | ||||||
Your last stop for password list generation needs! |
The DSInternals project consists of these two parts:
DISCLAIMER: Features exposed through these tools are not supported by Microsoft. Improper use might cause irreversible damage to domain controllers or negatively impact domain security.
I have created these tools in my spare time and I am using them while performing AD security audits and also in my lectures to demonstrate how Active Directory works internally.
I would like to thank all people who have contributed to the project by sending their feedback or by submitting their code. In case you would also like to help with this project, please see the CONTRIBUTING document.
Since PowerShell 5, you can install the DSInternals module directly from the official PowerShell Gallery by running the following command:
Install-Module DSInternals -Force
Additional steps might be required on some freshly installed computers before DSInternals can be downloaded:
# TLS 1.2 must be enabled on older versions of Windows.
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12
# Download the NuGet package manager binary.
Install-PackageProvider -Name NuGet -Force
# Register the PowerShell Gallery as package repository if it is missing for any reason.
if($null -eq (Get-PSRepository -Name PSGallery -ErrorAction SilentlyContinue)) { Register-PSRepository -Default }
# Download the DSInternals PowerShell module.
Install-Module -Name DSInternals -Force
The DSInternals PowerShell Module can also be installed using the official Chocolatey package by executing the following Chocolatey command:
choco install dsinternals-psmodule --confirm
This package is self-contained and it will also install all dependencies. Note that package versions prior to 3.5 were not official.
Unblock-File
cmdlet. If you fail to do so, all the extracted DLLs will inherit this attribute and PowerShell will refuse to load them.Import-Module
cmdlet.The DSInternals PowerShell module is part of FireEye's Commando VM, the Windows-based alternative to Kali Linux.
The easiest way of integrating the DSInternals functionality into .NET applications is by using the DSInternals Framework NuGet packages:
You can of course download the source code, perform a review and compile the Module/Framework yourself. See the CONTRIBUTING guide for more info.
The online version of PowerShell Get-Help documentation contains the list of all cmdlets and some usage examples.
I have also published a series of articles about the DSInternals module on my blog. Here are a few of them:
This project utilizes the following 3rd party copyrighted material: