cracking sha256 with a 2 digit salt
#5
(06-07-2015, 02:40 AM)epixoip Wrote: If you didn't obtain the salts along with the hashes, then you'll need to crack the salts along with the hashes. This is trivial since the salt is only two digits. Basically you'd just use -m 1400 and ensure you are prepending digits to each attack you run.

Understood. Out of curiosity, does hashcat have some sort of built in functionality to help with this or should I basically write a script or make a copies of my dictionary pre-salted?


Messages In This Thread
cracking sha256 with a 2 digit salt - by zophir - 06-07-2015, 01:35 AM
RE: cracking sha256 with a 2 digit salt - by zophir - 06-07-2015, 02:42 AM