Repeat Characters
#6
(11-16-2014, 01:51 PM)scrapmetal89 Wrote: coolbry95, I meant I wanted to avoid it trying more than 2 or 3 consecutive characters not for it to try all consecutive characters. Also that password analysis only really does anything for already generated wordlists. I'm looking for a way to brute force with my gpu using either a mask or whatever to avoid more than say 2 or 3 sequential characters.

For this you can use maskproccesor to feed oclhashcat:

Quote:$ ./mp32.bin --help
mp by atom, High-Performance word generator with per-position configureable charset

Usage: ./mp32.bin [options]... mask

......
-q, --seq-max=NUM Maximum number of multiple sequential characters
-r, --occurrence-max=NUM Maximum number of occurrence of a character
usage: ./mp32.bin -r 3 ?l?l?l?l?l?l | ./oclhashcat .....


Messages In This Thread
Repeat Characters - by scrapmetal89 - 11-16-2014, 03:25 AM
RE: Repeat Characters - by coolbry95 - 11-16-2014, 05:30 AM
RE: Repeat Characters - by undeath - 11-16-2014, 11:23 AM
RE: Repeat Characters - by scrapmetal89 - 11-16-2014, 01:51 PM
RE: Repeat Characters - by bsec - 11-16-2014, 03:26 PM
RE: Repeat Characters - by undeath - 11-16-2014, 01:55 PM