Using newline character as part of mask attack
#4
@royce & @philsmd

Thanks for your help. I was able to validate known password/hash matches with the below syntax. Trying now for the passwords that I don't know.

hashcat64 -a 3 -m 0 -O --hex-charset -1 0a hash.txt 757365726e616d65?1?a?a?a


What is the advantage of using m 20 instead of m 0?

If I were to use m 20, is the below syntax correct?

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

where hash.txt will contain c67110f0e2285e0c7fe4e540006f1691:757365720a706173730a


Messages In This Thread
RE: Using newline character as part of mask attack - by ajaxdecbe - 04-22-2018, 09:23 PM