Tutor wanted to ask a few q's: offering BTC payment
#6
So maybe after reading this:

https://datafireball.com/2015/05/31/sha1-and-hashcat/

I would put in:

8573db2460575106df5d4e0c7502c23f623a3174Confusedalt_value1
8573db2460575106df5d4e0c7502c23f623a3174Confusedalt_value2

... for as many salts as I wanted, to try and crack what would be mode 120 sha1($salt . $pass)? And instead use mode 110, like so:

hashcat -a 0 -m 110 my_hashes_with_salts.txt my_password_list.txt

Am I on the right track here? How can I generate the salts with ?b and dump them all to a file with the hash? Or can I use a hybrid mode, with one hash, ?b, and a password list?


Messages In This Thread
RE: Tutor wanted to ask a few q's: offering BTC payment - by james79 - 09-22-2018, 01:33 PM