mode -a 5 Not working
#1
I have downloaded hashcat-0.41 and tried to use mode -a 5 table look up, I tought I was doing all wrong And tried to make a test, to see if I'm using right that mode And I found this

On mi table file is

Code:
a=aA4@
b=bB8-
c=cC-
d=dD-
e=Ee3-
f=Ff-
g=G6g-
h=Hh-
j=Jj-
k=Kk-
l=lL-
m=Mm-
n=nN-
o=oO0-@
q=qQ-
r=Rr-
s=S5s
u=uU-
v=Vv-
w=wW-
x=xX-
y=Yy-
z=Zz-
On my dic.txt is

Code:
fuckyoualireza
stevezippo
davidolsen1234
87tapai

and the hash is 44d18509f01f2a1a95ccc79cd1527e2e:87t@p@i

I writed in this way
Code:
./hashcat-cli32.bin -a 5 -m 0 '/root/Desktop/1.txt'   '/root/Desktop/dic.txt'                        --output-format=0 --output-file=/root/Desktop/founded1.txt --remove --table-file=/root/Desktop/tablas.table --table-min=1 --table-max=20

And got

Input.Mode: Dict (/root/Desktop/dic.txt)
Index.....: 1/1 (segment), 4 (words), 49 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 4/4 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--

In hashcat 0.40 works fine but in 0.41 is not doing it. at least for me.


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