Hash crack first charaters known
#1
How could I run a brute force when I know the first few letters of a hash? I am using this now:

hashcat -m100 -a3 -o cracked.txt. hashed.txt

I know the first 5 characters and their order. 
Thanks in advance for your help and time.
Reply
#2
Nevermind I figured it out. Sorry I am still new to this stuff
Reply
#3
If you want to create a command using hashcat you can ask chatgpt, if you don't have too complex request as far as I know it gives good suggestion. Just try asking "Im using hashcat and I want to create a command which is..."
Reply
#4
(12-07-2023, 09:42 PM)Pontirez Wrote: How could I run a brute force when I know the first few letters of a hash? I am using this now:

hashcat -m100 -a3 -o cracked.txt Drift Boss hashed.txt

I know the first 5 characters and their order. 
Thanks in advance for your help and time.

If you know the first few characters of a hash and want to perform a brute force attack using hashcat, you can utilize the mask attack mode. The mask attack allows you to specify the structure or pattern of the password you are trying to crack.
Reply