Noob needs help cracking cheat code password
#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


Messages In This Thread
RE: Noob needs help cracking cheat code password - by genen - 04-30-2024, 05:15 PM