Skip to content

blacktraffic/breachcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

breachcheck

Checks if your AD hashes are in the HIBP breach

I've provided an sgrep binary, compiled on kali rolling. If that doesn't work for you, get and compile sgrep, aka 'sorted grep' here: https://sourceforge.net/projects/sgrep/files/latest/download

Get and expand the HIBP data: See https://github.com/HaveIBeenPwned/PwnedPasswordsDownloader (the new way of getting the data).

$ haveibeenpwned-downloader -n pwnedpasswords_ntlm.txt

( wait a bit - should donwload all the NTLM hashes in the form hash:number of occurrences )

Usage:

$ echo guessme | python3 breach.py

Found 'guessme' in breach list

$ echo guessme | python3 convert-to-ntlm.py

3046cf4e584c9efd33b72e382c7dee6c

$ echo 3046cf4e584c9efd33b72e382c7dee6c | python3 breach-ntlm.py

Found '3046cf4e584c9efd33b72e382c7dee6c' in breach list

About

checks if your AD hashes are in the HIBP breach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published