12-05-2022, 08:54 PM
Hiya
For a school assignment, (yes ethical hacking is a course for me ) 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!
For a school assignment, (yes ethical hacking is a course for me ) 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!