bug in v1.31 to v1.35 on brutforce ?
#6
I am not sure that I understand everything but I have a couple of suggestions:

1)
Quote:Pass is in plain_hex mean 0digit0digit
Why don't you set up a mask like that instead (without using --hex-charset) like 0?d0?d0?d...

2)
Quote:hash got in hex but salt got in dex(0-9 digits) and this need convert to hex to find pass
Why don't you simply convert the salt first, it would be much easier. Again if your salts are in dec and you use the --hex-salt, it won't work as expected.

3) I might be wrong but if you use --hex-char, you might need to use -1 01020304... or put it in an .hccr file so that it's used properly.

There are many things that changed since v1.01 and it's definitely not a good idea to go back to this version.


Messages In This Thread
bug in v1.31 to v1.35 on brutforce ? - by wgmmmx - 04-14-2015, 12:38 AM
RE: bug in v1.31 to v1.35 on brutforce ? - by mastercracker - 04-22-2015, 11:49 AM