Using newline character as part of mask attack
#10
(04-25-2018, 11:26 AM)undeath Wrote: yes, performance is better with m20 if you have a static prefix.

hash format is usually
Code:
hexhash:salt

hashcat64 -a 3 -m 20 -O --hex-salt hash.txt ?a?a?a


where hash.txt was in the form of hashConfusedalt. Salt was given in pure hex. But this was exhuasting for a known set of password/hash/salt pairs.

Am I missing something here?


Messages In This Thread
RE: Using newline character as part of mask attack - by ajaxdecbe - 04-25-2018, 11:35 AM