ERROR: --pw-skip value is bigger than max combinations on left side
#1
Hi all,
I'm trying to coordinate a brute-force attempt across 4 machines with --pw-skip and --pw-limit. The password I'm trying to brute-force is 8 char long so there are 6634204312890625 combinations, so machine one would go up to 1658551078222656, second from there etc.

Unfortunately when I try:
./cudaHashcat-lite64.bin --gpu-accel=320 --gpu-loops=1024 --gpu-async --pw-min=8 --pw-skip=1658551078222656 --pw-limit=3317102156445313 2aa0c885f65fa303a835d14160f64799 -1 ?l?u?s?d ?1?1?1?1?1?1?1?1

I get an error: ERROR: --pw-skip value is bigger than max combinations on left side

I checked the forum, the manual and asked on IRC for help as well, but so far no luck. If anyone has any info on this, please post it here!

Thanks!


Messages In This Thread
ERROR: --pw-skip value is bigger than max combinations on left side - by ssjtoma - 08-21-2011, 09:17 PM