How to find the last n characters of a password
#3
(11-17-2024, 05:01 AM)penguinkeeper Wrote: Command:
hashcat -m 100 YourHash -a 3 FIRST7C?a?a?a?a?a
Just replace "YourHash" of course with your hash and "FIRST7C" with the first 7 known characters. Hashcat should output "Status.....: Cracked" if it cracked your password and show your hash and the hash:plaintext above that

Thanks
Reply


Messages In This Thread
RE: How to find the last n characters of a password - by lalalalala12345 - 11-17-2024, 05:03 AM