Bad --hex-charset
#1
Bug 
--hex-charset affects interpreting the whole command-line instead of working on charsets only.

See below:
Code:
// md5-fu
3631313171ffbf23b394fa8ecd9e83e5:zer0

// hashcat-fu
-plus -a3 --force -1 30 --hex-charset 3631313171ffbf23b394fa8ecd9e83e5 zer?1
...
Status.......: Exhausted
Input.Mode...: Mask (zer?1)

// lol-fu
php -r "print bin2hex('zer0');"
7a657230
-plus -a3 --force --hex-charset 3631313171ffbf23b394fa8ecd9e83e5 7a657230
Status.......: Cracked
Input.Mode...: Mask (7a657230)

// however-fu
-plus -a3 --force -1 30 --hex-charset 3631313171ffbf23b394fa8ecd9e83e5 ?l?l?l?l?1
...
Status.......: Cracked
Input.Mode...: Mask (?l?l?l?1)

I guess --hex-charset is actually more of a --hex-it-all!


Messages In This Thread
Bad --hex-charset - by M@LIK - 11-30-2012, 01:27 PM
RE: Bad --hex-charset - by atom - 12-08-2012, 07:58 PM