06-08-2016, 12:35 PM
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
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
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
the password on this one was 1312miaa
and another one
perhaps i am doing somthing wrong but.. i dont see what.
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
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?lthe 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.