Hashes getting skipped
#5
Quote:You need to add a mask to your argument list such that hashcat doesn't use the default mask:
Code:
hashcat64.exe -m 1000 -a 3 --increment --increment-min 1 test.txt ?a?a?a?a?a?a?a?a?a?a?a?a

note: ?a also doesn't brute-force all chars (?b instead would use the full range 0x00-0xff)

OK that helps a bit. I'm unclear on why the 6Tommy password doesn't come up even with the default charset, but that's my own lack of knowledge of hashcat and I need to do more reading on it. 

You also helped clarify the --increment option, which I thought was redundant based on my (inaccurate) assumption of how the -a 3 attack works. 

Many thanks!!!


Messages In This Thread
Hashes getting skipped - by lessdangerous - 03-01-2017, 03:56 PM
RE: Hashes getting skipped - by philsmd - 03-01-2017, 04:12 PM
RE: Hashes getting skipped - by lessdangerous - 03-01-2017, 04:18 PM
RE: Hashes getting skipped - by philsmd - 03-01-2017, 04:22 PM
RE: Hashes getting skipped - by lessdangerous - 03-01-2017, 05:09 PM
RE: Hashes getting skipped - by philsmd - 03-01-2017, 05:41 PM
RE: Hashes getting skipped - by lessdangerous - 03-01-2017, 06:44 PM