Mask ignored
#1
Hiya

For a school assignment, (yes ethical hacking is a course for me Smile ) I'm trying to crack a Win7 ntlm hash.

I know the password... it's MyPet123

The command should be this for me:
hashcat -m 1000 -a 6 BBEB311FF8BBB2335C520F767DD67E81 /usr/share/wordlists/rockyou.dic -1 ?u -2 ?l -3 ?d ?1?2?1?2?2?3?3?3

But I'm running into max keyspace, integer overflow.

If I try to reduce the length of the password so making the mask ?1?2?1?2?2?3?3, it's trying candidates with length of 11.

What am I missing here?

Many thanks!
Reply


Messages In This Thread
Mask ignored - by PolarBear77 - 12-05-2022, 08:54 PM
RE: Mask ignored - by b8vr - 12-05-2022, 09:49 PM
RE: Mask ignored - by PolarBear77 - 12-05-2022, 11:39 PM
RE: Mask ignored - by b8vr - 12-06-2022, 08:07 PM
RE: Mask ignored - by PolarBear77 - 12-07-2022, 06:15 PM