Skip to content

Find enabled Active Directory users with bad passwords

License

Notifications You must be signed in to change notification settings

jtirjan/Get-bADpasswords

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get-bADpasswords

Compare password hashes of enabled Active Directory users with one or more lists of bad, weak or non-compliant passwords (e.g. hackers first guess in brute-force attack).

  • Multiple word lists can be used.
  • Can write log and CSV file output.
  • Must be excuted with 'Domain Admin' or 'Domain Controller' permissions (or the like).

Requires PS Module "DSInternals" to be present on executing host. Please follow install instructions from there.

Note: this script does not modify input from word lists, like switching to upper/lower case etc. Each word in wordlist is taken as-is. Use other tools to generate word lists if needed.

Enjoy! @JakobHeidelberg

About

Find enabled Active Directory users with bad passwords

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%