A 25 word list, with a 16 character mixAlphaNumeric salt, please help
#1
Hi,

I'm a bit confused on getting started with writing the hashcat command for this.

I know I can set up the word list as follows:
[[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,0,1,1]]
[[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,1,0,1]]
[[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,0]]
etc.... (25 of them)

The hashes are sha256, which I can see is supported by hashcat (1400)

There is also a 16 character mixed case alphanumeric salt at the end of the string, preceded by a space. So an example would be:
[[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,1],[1,1,1,1,0]] IDdPP5cFTNiPAkXH

I've downloaded and extracted hashcat, made my word list, now I don't know what to do next...

Is there anything I need to set up for the salt of the hash? Like I had to set up the word list

Any advice will be greatly appreciated Smile


Messages In This Thread
A 25 word list, with a 16 character mixAlphaNumeric salt, please help - by kamronk - 03-11-2014, 07:22 PM