mode -a 5 Not working
#4
(12-17-2012, 10:10 PM)M@LIK Wrote: It wasn't officially, properly documented or explained but:
Tables used in Table Look-up attacks has a slightly changed format since -0.41, see below:
CHAR=STR
Where CHAR is a single character, and STR is the desired substitute, note that it can be a single character, too, or it can be a whole string, including wide characters.

So, to have your hash cracked use the following table:
Code:
a=a
a=A
a=4
a=@
a=/\
a=æ
...
Yes, you do have to repeat the char if you want to have multiple substitutions.

Thnx M@LIK

Code:
Added hashes from file /root/Desktop/1.txt: 1 (1 salts)
Activating quick-digest mode for single-hash

NOTE: press enter for status-screen

All hashes have been recovered


Messages In This Thread
mode -a 5 Not working - by eljolot - 12-17-2012, 09:49 PM
RE: mode -a 5 Not working - by M@LIK - 12-17-2012, 10:10 PM
RE: mode -a 5 Not working - by eljolot - 12-17-2012, 10:28 PM
RE: mode -a 5 Not working - by undeath - 12-17-2012, 10:19 PM