Noob needs help cracking cheat code password
#11
I have sent a private message on this forum
Reply
#12
what "fastrack.txt" do i need for this to work?
Reply
#13
using https://github.com/p0dalirius/Argon2Cracker/
Code:
python Argon2Cracker.py '$argon2id$v=19$m=8192,t=2,p=1$MEw0cmxLfXs5YXk2J1ZKUw$i5u5sIsMs5eITy+LzAXvKm6D9OzOVKhUqSy1mTTV/oUxJX6RPsk8OcyLbNaey9Vc6wXOhz+2+mTXILkIRzvXqA' -w ./words.txt -t 8 -v
Argon2Cracker - v1.0 - by @podalirius_

[>] Loading wordlist ... done. (466583 candidates loaded)
Version:  19
Params:  m=8192,t=2,p=1
Salt:  MEw0cmxLfXs5YXk2J1ZKUw
Hash:  i5u5sIsMs5eITy+LzAXvKm6D9OzOVKhUqSy1mTTV/oUxJX6RPsk8OcyLbNaey9Vc6wXOhz+2+mTXILkIRzvXqA

[2024/04/30 16h07m36s] Status (466583/466583) 100.00 % | Rate 0 H/s
[!] Hash could not be cracked from this wordlist.


using https://github.com/CyberKnight00/Argon2_Cracker
Code:
python3 crack_argon2.py -c '$argon2id$v=19$m=8192,t=2,p=1$MEw0cmxLfXs5YXk2J1ZKUw$i5u5sIsMs5eITy+LzAXvKm6D9OzOVKhUqSy1mTTV/oUxJX6RPsk8OcyLbNaey9Vc6wXOhz+2+mTXILkIRzvXqA' -w words.txt
Plain text not found !!!
Total time taken : 2549.603660106659

Dictionary used: https://github.com/dwyl/english-words/bl.../words.txt
Gonna try with a "fasttrack.txt" file I found online, otherwise I think I'm stuck
Reply
#14
tried with https://github.com/drtychai/wordlists/bl...ttrack.txt
same result. what do?
Reply
#15
To hack Argon 2, you can use John the Ripper.
Now he can do it with the help of a GPU
I've already tried this.
[Image: argon2.jpg]
Reply
#16
(04-30-2024, 05:15 PM)genen Wrote: using https://github.com/p0dalirius/Argon2Cracker/
Code:
python Argon2Cracker.py '$argon2id$v=19$m=8192,t=2,p=1$MEw0cmxLfXs5YXk2J1ZKUw$i5u5sIsMs5eITy+LzAXvKm6D9OzOVKhUqSy1mTTV/oUxJX6RPsk8OcyLbNaey9Vc6wXOhz+2+mTXILkIRzvXqA' -w ./words.txt -t 8 -v
Argon2Cracker - v1.0 - by @podalirius_

[>] Loading wordlist ... done. (466583 candidates loaded)
Version:  19
Params:  m=8192,t=2,p=1
Salt:  MEw0cmxLfXs5YXk2J1ZKUw
Hash:  i5u5sIsMs5eITy+LzAXvKm6D9OzOVKhUqSy1mTTV/oUxJX6RPsk8OcyLbNaey9Vc6wXOhz+2+mTXILkIRzvXqA

[2024/04/30 16h07m36s] Status (466583/466583) 100.00 % | Rate 0 H/s
[!] Hash could not be cracked from this wordlist.


using https://github.com/CyberKnight00/Argon2_Cracker
Code:
python3 crack_argon2.py -c '$argon2id$v=19$m=8192,t=2,p=1$MEw0cmxLfXs5YXk2J1ZKUw$i5u5sIsMs5eITy+LzAXvKm6D9OzOVKhUqSy1mTTV/oUxJX6RPsk8OcyLbNaey9Vc6wXOhz+2+mTXILkIRzvXqA' -w words.txt
Plain text not found !!!
Total time taken : 2549.603660106659

Dictionary used: https://github.com/dwyl/english-words/bl.../words.txt
Gonna try with a "fasttrack.txt" file I found online, otherwise I think I'm stuck

[Image: argon2ID.png]
Reply