Error trying a brute force - integer overflow?
#1
I'm trying the brute force method and followed the guideline on the wiki.

I keep getting an error about integer overflow and then it stops running. I've tried changing the minimum to 10 and maximum to 16, then I've set the mask to the same number as the max number and still get the same error.  

My understanding is that the ?a represents upper/lower/numbers/characters and that this mask string has to be at least as long as the password. I don't know the exact length of the password, but I know it's not more than 18 characters.

I also don't think I can use my gpu, all I have is a laptop, dual core i7, but I don't know why this keeps coming up. 

C:\hashcat-3.40>hashcat64.exe -a 3 -m 11600 --increment-min 11 --increment-max 18 c:\users\techie\downloads\hashcat-3.40\hash.txt -o c:\hashcat-3.40\cracked.txt ?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a


Messages In This Thread
Error trying a brute force - integer overflow? - by newbie2016 - 03-21-2017, 12:39 PM