(01-15-2023, 10:31 PM)Duckworth Wrote:(02-23-2022, 02:14 PM)Snoopy Wrote: Beta versions can be found there
https://hashcat.net/beta/
mode is as mentioned in the github
28200 | Exodus Desktop Wallet (scrypt) | Cryptocurrency Wallet
also mentioned in the issue is a python script, tools/exodus2hashcat.py which is needed to extract the hash
the rest is attack planning, 17 chars as a wordcombination or random?
Hi, and how to get the hash out of exodus properly. I still don't get it.
it doesn't work like this
hashcat -m28200 "C:\hashcat-6.2.6\tools\exodus2hashcat.py" "C:\seed.seco"
You need to run this exodus2hashcat.py file in python
https://www.python.org/downloads/
C:\Ptyhon311\python exodus2hashcat.py seed.seco
and you get hash
done.