Hash Cracker Argon2

Tools
User avatar
ltx_Lazzarus
Posts: 55
Joined: Tue Apr 09, 2024 8:05 pm

Hash Cracker Argon2

Postby ltx_Lazzarus » Mon Apr 15, 2024 12:21 am

GitHub Argon2: https://github.com/CyberKnight00/Argon2_Cracker
This is a tool for cracking or recoverin' them Argon2 hashed passwords. This little beauty supports all the different types of Argon2 hash.

INSTALLATION:
Typing in terminal in order:

Code: Select all

git clone https://github.com/CyberKnight00/Argon2_Cracker.git

Code: Select all

pip3 install -r requirement.txt

Code: Select all

chmod +x crack_argon2.py


HOW TO USE IT:
In terminal:

Code: Select all

./crack_argon2.py

Code: Select all

./crack_argon2.py -h

FOR HASH RECOVERING:

Code: Select all

./crack_argon2.py -c '< Argon2 hash >'

- To get a real chatty result, you gotta use the ol' "-v" option
- If you don't specify a wordlist, this will just use the default one.

If you want to use a custom wordlist instead of the default one, you gotta use the "-w" option and supply the file:

Code: Select all

./crack_argon2.py -c '< Argon2 Hash >' -w '< Path/To/Wordlist >'
stopthe4ttack.box

Return to “Tools”