V3.00 showing wrong password - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: V3.00 showing wrong password (/thread-5504.html) |
V3.00 showing wrong password - kiara - 06-08-2016 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 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. RE: V3.00 showing wrong password - atom - 06-09-2016 I can reproduce this locally. If you can, please create an issue for it on github so it's not forgotten Quote:root@ht:~/hashcat# ./hashcat -m 1500 hjylVp0MsGLU. -a 3 ?d?d?d?d?l?l?l?l -w 3 --potfile-disable RE: V3.00 showing wrong password - atom - 06-10-2016 Should be fixed with latest beta. Thanks for reporting RE: V3.00 showing wrong password - kiara - 06-10-2016 (06-10-2016, 05:49 PM)atom Wrote: Should be fixed with latest beta. Thanks for reporting did u reproduce the issue on ur rig to? idk how to creat an issue on github sry 3001miaa was just an example, the password is actualy something else. (does it matter?) i can give u all the detail on pm if u want, i understand putting a hash on the forum is not allowed (unless its ok for the test..) btw how can we ensure that every singel algorithim is working properly so we wont waste hours,days,week,month cracking hashes that will give us a wrong password :o RE: V3.00 showing wrong password - atom - 06-10-2016 Before we do the release version we run the unit tests, automated tests that crack random passwords for each algorithm. But you are using a beta version, those are not run through the unit tests, so you have to expect errors. Also I fixed the bug, you didn't report back if it is fixed. Please do that RE: V3.00 showing wrong password - kiara - 06-11-2016 (06-10-2016, 07:21 PM)atom Wrote: Before we do the release version we run the unit tests, automated tests that crack random passwords for each algorithm. But you are using a beta version, those are not run through the unit tests, so you have to expect errors. its working now gj! |