I need help with syntax
#2
See http://hashcat.net/wiki/doku.php?id=mask_attack

Your command will look something like this:
length 8
Code:
./oclHashcat -w 3 -m 2500 capture.hccap -a 3 ?u?a?a?a?a?a?d?d
length 9
Code:
./oclHashcat -w 3 -m 2500 capture.hccap -a 3 ?u?a?a?a?a?a?a?d?d
length 10
Code:
./oclHashcat -w 3 -m 2500 capture.hccap -a 3 ?u?a?a?a?a?a?a?a?d?d


OclHashcat also supports maskfiles ( see http://hashcat.net/wiki/doku.php?id=mask...mask_files ).
This means that you can put all 3 masks into a *.hcmask file and let oclHashcat loop through all masks. Content of the my.hcmask file would look something like this:
Code:
?u?a?a?a?a?a?d?d
?u?a?a?a?a?a?a?d?d
?u?a?a?a?a?a?a?a?d?d

Now you can run oclHashcat with this new .hcmask like follows:
Code:
./oclHashcat -w 3 -m 2500 capture.hccap -a 3 my.hcmask

Note: I assumed here that between the uppercase and the digits can be every special character, lower case char, upper case char and digit, see http://hashcat.net/wiki/doku.php?id=mask_attack for full explanation of the predefined charset and if you need build your own charset, see http://hashcat.net/wiki/doku.php?id=mask...m_charsets


Messages In This Thread
I need help with syntax - by Quest - 09-12-2014, 03:38 PM
RE: I need help with syntax - by philsmd - 09-12-2014, 03:50 PM
RE: I need help with syntax - by Quest - 09-12-2014, 04:11 PM
RE: I need help with syntax - by coolbry95 - 09-12-2014, 06:41 PM
RE: I need help with syntax - by Quest - 09-12-2014, 08:56 PM
RE: I need help with syntax - by Quest - 09-13-2014, 03:38 PM
RE: I need help with syntax - by epixoip - 09-13-2014, 04:22 PM
RE: I need help with syntax - by Quest - 09-13-2014, 05:59 PM
RE: I need help with syntax - by atom - 09-13-2014, 08:55 PM
RE: I need help with syntax - by Quest - 09-13-2014, 09:52 PM
RE: I need help with syntax - by undeath - 09-13-2014, 11:34 PM
RE: I need help with syntax - by Quest - 09-14-2014, 12:30 AM
RE: I need help with syntax - by epixoip - 09-14-2014, 12:38 AM
RE: I need help with syntax - by Quest - 09-14-2014, 12:53 AM
RE: I need help with syntax - by epixoip - 09-14-2014, 02:40 AM
RE: I need help with syntax - by Quest - 09-14-2014, 03:15 AM
RE: I need help with syntax - by epixoip - 09-14-2014, 04:50 AM
RE: I need help with syntax - by Quest - 09-14-2014, 11:30 AM
RE: I need help with syntax - by epixoip - 09-14-2014, 01:59 PM
RE: I need help with syntax - by Quest - 09-14-2014, 06:46 PM
RE: I need help with syntax - by undeath - 09-14-2014, 11:33 PM
RE: I need help with syntax - by Quest - 09-14-2014, 11:59 PM
RE: I need help with syntax - by Quest - 09-14-2014, 11:53 PM
RE: I need help with syntax - by undeath - 09-15-2014, 12:24 AM
RE: I need help with syntax - by Quest - 09-15-2014, 12:27 AM
RE: I need help with syntax - by Quest - 09-15-2014, 01:39 AM
RE: I need help with syntax - by Quest - 09-16-2014, 04:32 PM
RE: I need help with syntax - by Quest - 09-19-2014, 07:17 PM
RE: I need help with syntax - by undeath - 09-19-2014, 08:47 PM
RE: I need help with syntax - by Quest - 09-19-2014, 08:49 PM
RE: I need help with syntax - by undeath - 09-19-2014, 08:55 PM
RE: I need help with syntax - by Quest - 09-19-2014, 09:01 PM
RE: I need help with syntax - by undeath - 09-19-2014, 09:05 PM
RE: I need help with syntax - by Quest - 09-19-2014, 09:13 PM
RE: I need help with syntax - by undeath - 09-19-2014, 09:22 PM
RE: I need help with syntax - by Quest - 09-19-2014, 09:27 PM
RE: I need help with syntax - by Wushu - 09-19-2014, 10:19 PM
RE: I need help with syntax - by Quest - 09-19-2014, 11:10 PM
RE: I need help with syntax - by epixoip - 09-19-2014, 11:19 PM
RE: I need help with syntax - by Quest - 09-19-2014, 11:32 PM
RE: I need help with syntax - by shuckitup - 04-15-2015, 05:08 PM
RE: I need help with syntax - by epixoip - 04-15-2015, 10:02 PM
RE: I need help with syntax - by shuckitup - 04-16-2015, 10:48 AM