Skip to content

A straightforward hash cracking tool inspired by Hashcat.

License

Notifications You must be signed in to change notification settings

Eddie-Devine/Hashdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashdog

A straightforward hash cracking tool inspired by Hashcat.

DO NOT USE THIS PROGRAM TO DO ANYTHING HARMFUL OR ILLEGAL. I WILL NOT BE HELD RESPONSIBLE. THIS IS PURELY FOR EDUCATIONAL PURPOSES ONLY.

HOW TO USE:
Run the "hashdog.bat" file
To run you will need to install node

Exaple inputs:

HASH: 909104cdb5b06af2606ed4a197b07d09d5ef9a4aad97780c2fe48053bce2be52 (This is the hash that you want to crack)

HASH METHOD: sha256 (This is the hashing argorithim used to generate the hash)

LENGTH: 4 (This is the length of the un-hashed password)

ADD CHARACTERS: 1 2 3 (This is where you list possible characters for the password - defaults to lowercase alphabet - separate with spaces)

MEMORY: 16000 (This is where you cap the memory usage - program will crash if memory cap is reached - record in megabytes)

PRINT: n (This tells the program whether or not to print tried passwords - makes cracking take significantly longer)