Hashcat Bruteforce attack
#5
(12-29-2012, 07:15 PM)K9 Wrote: bruteforce and rules? A bruteforce attack would looklike this:

cudaHashcat-plus64.exe -a 3 -m 0 hash\myhash.hash [mask]


http://hashcat.net/wiki/
http://hashcat.net/files/hashcat_user_manual.pdf

But how do I go about defining a mask that says the same as my rule (ends with 66 but I do not know how many characters come in front , just that they are in ascii)?

I tried this:

Code:
.\cudaHashcat-plus64.exe --force -a 3 -m 0 hash\ccc.hash --increment ?l
According to the mask page --increment should make this incremental, but it still fails on syntax Sad


Messages In This Thread
Hashcat Bruteforce attack - by lucask - 12-29-2012, 07:05 PM
RE: Hashcat Bruteforce attack - by radix - 12-29-2012, 07:13 PM
RE: Hashcat Bruteforce attack - by lucask - 12-29-2012, 07:18 PM
RE: Hashcat Bruteforce attack - by K9 - 12-29-2012, 07:15 PM
RE: Hashcat Bruteforce attack - by lucask - 12-29-2012, 07:19 PM
RE: Hashcat Bruteforce attack - by ntk - 12-30-2012, 12:36 AM
RE: Hashcat Bruteforce attack - by lucask - 12-30-2012, 01:22 PM
RE: Hashcat Bruteforce attack - by M@LIK - 12-30-2012, 02:37 PM
RE: Hashcat Bruteforce attack - by ntk - 01-02-2013, 11:20 PM