Skip to content

A simple hash bruteforcer - autodetects the hash type (MD5; SHA1 or SHA2)

Notifications You must be signed in to change notification settings

Sara0x62/rusty_hashcracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Hashcracker

A simple CLI hash wordlist attack written in Rust (🚀 Blazingly fast 🚀)

autodetects these hash types, and uses the correct hashing function

  • MD5
  • SHA1
  • SHA2 -> (SHA224, SHA256, SHA384, SHA512)

Option to specify wordlist - it defaults to: wordlist.txt

(Note: Wordlist not included)

Simple salt support - (might get reworked)

  • Currently the salt is simply hash(text + salt)

The wordlist i used is the basic "rockyou.txt" but any wordlist should work.

If you're on Kali there should be several on your system by default.

Visuals


Peek 2023-06-03 14-19

2023-06-03_14-21

2023-06-02_23-09

About

A simple hash bruteforcer - autodetects the hash type (MD5; SHA1 or SHA2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages