Cisco ASA
#13
(10-18-2012, 08:25 PM)fuzztester Wrote: I checked out using the maskprocess and piping it in. It does work but I must say, the performance was no where near as fast as a straight brute force mode.

I was noticing that the GPU utilization gets very erratic which makes sense as its waiting on STDIN.

I played around with a mask attack and got better performance. I create four custom charsets, one for each letter of the "salt" and make the mask look like this:

?a?a?a?a?a?1?2?3?4

That worked really well, except that you can only attack the hashes with the same "salt" at a time.

I still really wish there was a option for oclHashcat to just put all the salts in a file and have the engine just append them.


If you're willing to give up some performance (and with a GPU you should have performance to spare), you could do something like the following.

For usernames:
jire
bile
jane

Your charset would be:
-1 jb -2 ia -3 rln -4 e

This will approach pure brute force of the keyspace with enough usernames, but if you only have a few, it should be quite reasonable.


Messages In This Thread
Cisco ASA - by fuzztester - 10-18-2012, 03:48 PM
RE: Cisco ASA - by unix-ninja - 10-18-2012, 04:15 PM
RE: Cisco ASA - by fuzztester - 10-18-2012, 04:43 PM
RE: Cisco ASA - by M@LIK - 10-18-2012, 04:36 PM
RE: Cisco ASA - by fuzztester - 10-18-2012, 04:50 PM
RE: Cisco ASA - by fuzztester - 10-18-2012, 05:03 PM
RE: Cisco ASA - by M@LIK - 10-18-2012, 05:34 PM
RE: Cisco ASA - by fuzztester - 10-18-2012, 05:37 PM
RE: Cisco ASA - by M@LIK - 10-18-2012, 06:21 PM
RE: Cisco ASA - by fuzztester - 10-18-2012, 07:47 PM
RE: Cisco ASA - by fuzztester - 10-18-2012, 08:25 PM
RE: Cisco ASA - by Incisive - 10-18-2012, 10:15 PM
RE: Cisco ASA - by M@LIK - 10-18-2012, 09:06 PM
RE: Cisco ASA - by fuzztester - 10-19-2012, 04:05 PM
RE: Cisco ASA - by M@LIK - 10-19-2012, 05:49 PM
RE: Cisco ASA - by M@LIK - 10-19-2012, 06:07 PM