04-22-2015, 11:49 AM
I am not sure that I understand everything but I have a couple of suggestions:
1)
2)
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.
1)
Quote:Pass is in plain_hex mean 0digit0digitWhy 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 passWhy 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.