mode -a 5 Not working
#2
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.


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