Better leet.table file for Table-Lookup mode
#3
hehe you must be using a beta version of yours again Wink

Here is what I get with a stock hashcat-0.37 (did not modified anything):
Code:
$ echo password > word
$ ./hashcat-cli64.bin --stdout -a 5 --table-file tables/leet.table word
p@55w0rt
p455w0rt
p@$5w0rt
p4$5w0rt
p@5$w0rt
p45$w0rt
p@$$w0rt
p4$$w0rt
p@55w*rt
p455w*rt
p@$5w*rt
p4$5w*rt
p@5$w*rt
p45$w*rt
p@$$w*rt
p4$$w*rt
p@55w.rt
p455w.rt
p@$5w.rt
p4$5w.rt
p@5$w.rt
p45$w.rt
p@$$w.rt
p4$$w.rt
$ cat tables/leet.table
a=@4
b=68
c=<({[z
d=t
e=3i
g=69
h=#
i=e1!|:
l=1!|:
o=0*.
s=5$
t=d+7
x=%
z=c2
A=@4
B=68
C=<({[Z
D=T
E=3I
G=69
H=#
I=E1!|:
L=1!|:
O=0*.
S=5$
T=d+7
X=%
Z=C2

Also, there is no such -t option in hashcat-0.37 Wink

Cheers

PS. a few months ago I told you about this on IRC, maybe you fixed your leet.table


Messages In This Thread
RE: Better leet.table file for Table-Lookup mode - by lanjelot - 10-29-2011, 12:32 PM