Hashcat-plus and "not found passwords" - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Hashcat-plus and "not found passwords" (/thread-1851.html) |
Hashcat-plus and "not found passwords" - shawn1xftkee - 12-20-2012 Hello guy's,sorry my bad english language..i am russian , try to explain the problem from bruteforce on hashcat-plus: I have configuration pc: GTX 460+4GB+i5 2500/Win7 x32/Forceware 310.70 Driver Give you an example of my problem: I have 3 hash's md5: df892262227f1115c1435215a3c83423 (password = 002545) fe743d8d97aa7dfc6c93ccdc2e749513 (password = 1234568) 6148680c750be085e790863859c904bb (password = 555887) Option Attack: cudaHashcat-plus32.exe --attack-mode 3 --custom-charset1 ?d D:\EGB1\Hashes\test.txt ?1?1?1?1?1?1?1?1 Charset ?1 = ?d (1234567890) Result: Other algorithms, the result is the same.. Other type's attack (dictionary,permutation..more) same.. In what could be the problem? Format file with hashlist or what?) Version 0.45 cat-plus all work's,starting with version 0.50, there was the problem. RE: Hashcat-plus and "not found passwords" - radix - 12-20-2012 (12-20-2012, 10:08 AM)shawn1xftkee Wrote: In what could be the problem? Format file with hashlist or what?) Your mask is set for 8 spaces, and your passes are 6, and 7 in length. RE: Hashcat-plus and "not found passwords" - shawn1xftkee - 12-20-2012 Yes it does not matter, I have a dictionary with only numeric passwords 0 - 9999999 and passwords still finds. All other passwords are also not find a dictionary and bruteforce attack. RE: Hashcat-plus and "not found passwords" - epixoip - 12-20-2012 It does matter. Your mask is 8 chars long, and you did not specify to use incremental mode. Therefore it is not trying 0 - 99999999, but rather 00000000 - 99999999. RE: Hashcat-plus and "not found passwords" - shawn1xftkee - 12-20-2012 Ok)Well, I will give one more example: Soft:Hashcat Plus 0.6 Version and Hashcat Plus 0.8 Version Dictionary:Hashkiller.dic Hash's: 3fc0a7acf087f549ac2b266baf94b8b1 (pass : qwerty123) 4b3aa7141f91bc13d1219ee518c542b5 (pass : adelante) Preview: Cat_Plus 0.8 Cat_Plus 0.6 What do you think? Old version works better than the new? RE: Hashcat-plus and "not found passwords" - mastercracker - 12-21-2012 1) Start by using the real new version which is 0.09 right now and make sure that you have the right drivers. 2) Do the same as your first post and like epixoip said, use the incremental switch (-i). RE: Hashcat-plus and "not found passwords" - atom - 12-23-2012 driver/oclhashcat incompatibility problem RE: Hashcat-plus and "not found passwords" - shawn1xftkee - 12-25-2012 All clear now) Thanks. Adjust the driver for the correct version. |