V3.00 showing wrong password
#1
first of all hi , i've been reading quiet alot in the forum but never register but now that i have an issue its time to post ;D,

so here the thing
in cudahashcat on a 2.01 the password as been found with the following command
Code:
sudo ./cudaHashcat64.bin pro -a 3 -m 1500 --custom-charset1=?l?d?u --increment --increment-min=1 --increment-min=8 ?1?1?1?1?1?1?1?1
after cracking the hash lets say the password is 1001miaa i've try hashcat 3 to test it out.
since i already knew whats the password was so i changed the request to this

Quote: sudo ./hashcat64.bin --opencl-device-type 2 pro.txt -m 1500 -a 3 ?d?d?d?d?l?l?l?l

when i did saw instead of showing me 1001miaa it showed me 3001miaa, so i did another test, instead of ?d i put the char 1

Quote:sudo ./hashcat64.bin --opencl-device-type 2 pro.txt --custom-charset1=1 -m 1500 -a 3 ?1?d?d?d?l?l?l?l

the password on this one was 1312miaa

and another one
Quote:sudo ./hashcat64.bin --opencl-device-type 2 pro.txt --custom-charset1=124 -m 1500 -a 3 ?1?d?d?d?l?l?l?l
the pass was 1311miaa, anyway u get the point, the password was not recover, with V3.00.

perhaps i am doing somthing wrong but.. i dont see what.


Messages In This Thread
V3.00 showing wrong password - by kiara - 06-08-2016, 12:35 PM
RE: V3.00 showing wrong password - by atom - 06-09-2016, 05:52 PM
RE: V3.00 showing wrong password - by atom - 06-10-2016, 05:49 PM
RE: V3.00 showing wrong password - by kiara - 06-10-2016, 07:03 PM
RE: V3.00 showing wrong password - by atom - 06-10-2016, 07:21 PM
RE: V3.00 showing wrong password - by kiara - 06-11-2016, 07:41 PM