Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


Dagon - Advanced Hash Manipulation filter_list
Author
Message
Dagon - Advanced Hash Manipulation #1
[Image: d525189a48c1874bcb8da19125197bc1.png]

Dagon is able to perform brute force attacks on multiple hash types, brute-force dictionary creation, automatic hashing algorithms, random generation from Unicode to ASCII, and much more

Bruteforcing made easy with a built in wordlist creator if you do not specify one. The wordlist will create 100,000 strings to use :

[Image: fc6ef54e-396a-11e7-8479-5410ea2d170d.PNG]

[Image: 1cd632a2-396b-11e7-89cc-20182d347848.PNG]

[Image: 1eb062f0-396b-11e7-91bb-4238bd241bef.PNG]

Code:
Basic 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

Code:
Installation

Dagon requires python version 2.7.x to run successfully.

git clone https://github.com/ekultek/dagon.git
cd Dagon
pip install -r requirements.txt
This should install all the dependencies that you will need to run Dagon


[Image: Vs4P58c.png]

Reply

RE: Dagon - Advanced Hash Manipulation #2
If the hash Is based on easy to guess/commonly-used strings, this will certainly come to good use.

You can also create an extremely detailed wordlist with Crunch: https://sourceforge.net/projects/crunch-wordlist/
Thanks for this, appreciated.
[Image: AD83g1A.png]

Reply

RE: Dagon - Advanced Hash Manipulation #3
(09-01-2017, 04:57 PM)mothered Wrote: If the hash Is based on easy to guess/commonly-used strings, this will certainly come to good use.

You can also create an extremely detailed wordlist with Crunch: https://sourceforge.net/projects/crunch-wordlist/
Thanks for this, appreciated.

Thanks for a good comment !
[Image: Vs4P58c.png]

Reply

RE: Dagon - Advanced Hash Manipulation #4
(09-01-2017, 07:28 PM)ZanGetsu Wrote: Thanks for a good comment !

You're welcome.

And thank you for the contribution.
[Image: AD83g1A.png]

[+] 1 user Likes mothered's post
Reply







Users browsing this thread: 1 Guest(s)