Skip to content

0xcrust/notcracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sha-1 hash cracker. It compares the hash to each word in a dictionary.txt to find a match.

Usage

Make sure that your wordlist file is located in your project's root directory.

cargo build
alias brutus="cargo run --"
  • To view commands:
brutus --help
  • To crack a hash:
brutus --file <TXT_FILE> --hash <40-DIGIT_HASH>

For example:

brutus --file dictionary.txt --hash cbfdac6008f9cab4083784cbd1874f76618d2a97

About

Bruteforce sha1-encoded passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages