NTLM vs WPA/WPA2 cracking
#11
by stdin/pipe mode I meant this:
Code:
hashcat --stdout -r rules/rockyou-30000.rule test3.txt | hashcat64.bin -m 2500 test.hccapx

and undeath is of course correct, there are edge cases that are kind of allowed (and can't really be easily detected/enforced). So he basically already told you how to bypass the limitation, by just using a -j "^a^a^a^a^a^a^a^a" rule and striping it off with -r (a rule file containing a [[[[[[[[ rule, note that you can apply multiple -r rule1.rule -r rule2.rule rules files and all the rules from all the files will be combined into concatenated rules)

I see that you are trying to convince me that minimum password length checks are useless/annoying... but in general you won't want to have a password in your outfile/potfile that doesn't respect the password policy and this length filter is most of the times doing a good job that we don't output any wrong passwords that do not respect the min/max password length... of course it can be annoying in some special cases but in most of the cases it makes sense.... (the only problem is that the kernels currently have no way to just skip passwords aka there is no reject rules implemented on the GPU rule engine and therefore the filtering is done "too early" if we use rules)


Messages In This Thread
NTLM vs WPA/WPA2 cracking - by mtnsec - 08-30-2018, 06:28 PM
RE: NTLM vs WPA/WPA2 cracking - by philsmd - 08-30-2018, 07:25 PM
RE: NTLM vs WPA/WPA2 cracking - by mtnsec - 08-30-2018, 07:46 PM
RE: NTLM vs WPA/WPA2 cracking - by mtnsec - 08-30-2018, 08:38 PM
RE: NTLM vs WPA/WPA2 cracking - by mtnsec - 08-31-2018, 05:23 PM
RE: NTLM vs WPA/WPA2 cracking - by philsmd - 08-31-2018, 06:55 PM
RE: NTLM vs WPA/WPA2 cracking - by undeath - 08-31-2018, 08:10 PM
RE: NTLM vs WPA/WPA2 cracking - by philsmd - 08-31-2018, 08:30 PM
RE: NTLM vs WPA/WPA2 cracking - by undeath - 08-31-2018, 08:36 PM
RE: NTLM vs WPA/WPA2 cracking - by mtnsec - 08-31-2018, 09:08 PM
RE: NTLM vs WPA/WPA2 cracking - by philsmd - 08-31-2018, 09:46 PM
RE: NTLM vs WPA/WPA2 cracking - by undeath - 08-31-2018, 10:00 PM
RE: NTLM vs WPA/WPA2 cracking - by magnum - 09-01-2018, 12:03 PM
RE: NTLM vs WPA/WPA2 cracking - by royce - 09-03-2018, 04:27 AM
RE: NTLM vs WPA/WPA2 cracking - by undeath - 09-03-2018, 11:30 AM
RE: NTLM vs WPA/WPA2 cracking - by royce - 09-03-2018, 04:39 PM
RE: NTLM vs WPA/WPA2 cracking - by atom - 09-08-2018, 10:27 AM
RE: NTLM vs WPA/WPA2 cracking - by john2014 - 09-19-2018, 11:29 AM
RE: NTLM vs WPA/WPA2 cracking - by magnum - 09-20-2018, 08:15 AM
RE: NTLM vs WPA/WPA2 cracking - by john2014 - 09-20-2018, 05:43 PM