Dagon: Advanced Hash Manipulation
Dagon – Advanced Hash Manipulation
Dagon (day-gone) is an advanced hash cracking and manipulation system, capable of brute-forcing multiple hash types, creating brute-force dictionaries, automatic hashing algorithm verification, random salt generation from Unicode to ASCII, and much more.
Note: Dagon comes complete with a Hash Guarantee:
I personally guarantee that Dagon will be able to crack your hash successfully. At any point Dagon fails to do so, you will be given a choice to automatically create a Github issue with your hash. Once this issue is created, I will try my best to crack your hash for you. The Github issue is completely anonymous, and no questions will be asked. This is my way of thanking you for using Dagon. There are alternatives to using the automatic issue creator. If you do not want your hash publicly displayed, and feel Dagon has failed you, feel free to create your own issue. Or send an email with the hash information to dagonhashguarantee@gmail.com
Installation
git clone https://github.com/ekultek/dagon.git
cd Dagon
pip install -r requirements.txt
Usage
For full functionality of Dagon please reference the homepage here or the user manual
python dagon.py -h This will run the help menu and provide a list of all possible flags
python dagon.py -c <HASH> –bruteforce This will attempt to bruteforce a given hash
python dagon.py -l <FILE-PATH> –bruteforce This will attempt to bruteforce a given file full of hashes (one per line)
python dagon.py -v <HASH> This will try to verify the algorithm used to create the hash
python dagon.py -V <FILE-PATH> This will attempt to verify each hash in a file, one per line
Bruteforcing made easy with a built-in wordlist creator if you do not specify one. The wordlist will create 100,000 strings to use
Verify what algorithm was used to create that hash you’re trying to crack. You can specify to view all possible algorithms by providing the -L flag (some algorithms are not implemented yet)
Random salting, Unicode random salting, or you can make your own choice on the salt.
Demo
Source: https://github.com/Ekultek/