Noob needs help cracking cheat code password - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Noob needs help cracking cheat code password (/thread-11942.html) Pages:
1
2
|
RE: Noob needs help cracking cheat code password - DanielG - 04-30-2024 I have sent a private message on this forum RE: Noob needs help cracking cheat code password - genen - 04-30-2024 what "fastrack.txt" do i need for this to work? RE: Noob needs help cracking cheat code password - genen - 04-30-2024 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 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 Dictionary used: https://github.com/dwyl/english-words/blob/master/words.txt Gonna try with a "fasttrack.txt" file I found online, otherwise I think I'm stuck RE: Noob needs help cracking cheat code password - genen - 04-30-2024 tried with https://github.com/drtychai/wordlists/blob/master/fasttrack.txt same result. what do? RE: Noob needs help cracking cheat code password - 174region174 - 05-07-2024 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. RE: Noob needs help cracking cheat code password - 174region174 - 05-08-2024 (04-30-2024, 05:15 PM)genen Wrote: using https://github.com/p0dalirius/Argon2Cracker/ RE: Noob needs help cracking cheat code password - ccentr12212 - 05-24-2024 Tell me, is this hash correct? Maybe it needs to be redone somehow? and is salt needed here? Code: $argon2id$v=19$m=65536,t=2,p=1$byHvfMg1T//PaE+udzRDdw$r1tO870a08rXPrjqDGiMnGGWe4bZTOPWSq9sDcAojKg:X7xe82t5LQbanOq2L8n9Owg7SHxLDprnCdCFAEgy12HjtTxFA248z7AQdDp3MF9ctjscngR7qsFDjOqS38hr4yX5P1gWhLRZXMtGHLeXXxp22An5SHgW9Egg7ahyeTtgFh |