Skip to content
/ crackr Public

Crackr - A CLI to crack hashes using a dictionary attack

License

Notifications You must be signed in to change notification settings

AwolDes/crackr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crackr

Crackr - A CLI to crack hashes using a dictionary attack

Exmaple Usage

Crack 1 password against 1 dictionary:

crackr -f passwords.txt -h 5f4dcc3b5aa765d61d8327deb882cf99

Crack multiple passwords against 1 dictionary:

crackr -f passwords.txt -hf hashes.txt

Crack 1 password against multiple dictionaries:

crackr -h 5f4dcc3b5aa765d61d8327deb882cf99 -f dictionaries

Crack multiple passwords against multiple dictionaries

crackr -hf hashes.txt -f dicitonaries

About

Crackr - A CLI to crack hashes using a dictionary attack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages