ERROR: to much combinations possible
#1
Hi all. I'm learning slowly but surely. I had a 10 digit Windows 7 administrative account password and added characters to it to "change" it. So the password is probably 15 characters long, or maybe 16.

After getting the hash I created dictionaries using crunch to run 1-4:

password@
password@@
password@@@
password@@@@

Trying password@@@@@@ (5) in crunch was too big for my live BT5 to handle (kept running out of memory). So why not just BF it then? I get this error even though the gui says 14-15 instead of 14-55.

GPU-Loops: 256
GPU-Accel: 80
Password lengths range: 14 - 55
Platform: NVidia compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: GeForce GTX 260, 896MB, 1242Mhz, 27MCU
[s]tatus [p]ause [r]esume [q]uit => ERROR: to much combinations possible


I must be doing something wrong and if anyone has any suggestions please speak up. I understand much of the concept but still have trouble with the command line syntax.

Update. 14-16 appears to have the correct number but still the same error. How does everyone else do this?

cudaHashcat-lite v0.9 by atom starting...

GPU-Loops: 256
GPU-Accel: 80
Password lengths range: 14 - 16
Platform: NVidia compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: GeForce GTX 260, 896MB, 1242Mhz, 27MCU
[s]tatus [p]ause [r]esume [q]uit => ERROR: to much combinations possible

EDIT to add since I've already ran the 10+1, 10+2, 10+3 and 10+4, there is no reason for cudahashcat-lite to run those is there? All I need is for it to check for 15 character PWs when the first 10 are known.


Messages In This Thread
ERROR: to much combinations possible - by ubuntublues - 06-13-2012, 08:02 PM