Skip to content

bandrel/check_hashes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

#Check Hashes

Purpose: To check for and reveal AD user accounts that share passwords using a hashdump from a Domain Controller Script requires a command line argument of a file containing usernames/hashes in the format of user:sid:LMHASH:NTLMHASH::: ./check_hashes.py <hash_dump>

If using Docker can use the bash function in your ~/.bash_aliases file

alias check_hashes="docker run -t -v $(pwd):$(pwd) bandrel/check_hashes:latest"

only requirement is the file needs to be in the pwd and you need to fully qualify the filename or use $(pwd)/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published