New to Program - 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: New to Program (/thread-1759.html) |
New to Program - brazen bag boy - 11-17-2012 Hello, i am new with this program and for some reason cant get the program to work. I'm trying to crack a NTLM and the program doesnt seem to actually do work. For example it went through a 10.7 GB dictionary file in 30 seconds and said "exhausted". I am probably doing something wrong, but I'm eager to learn. This is what I put in the command line oclHashcat-plus64.exe -m1000 E:\PRIVATE\HACKS\oclHashcat-plus-0.09\hash.txt E:\PRIVATE\HACKS\oclHashcat-plus-0.09\Dictionaries\rockyou.txt and this is the result Hashes: 1 total, 1 unique salts, 1 unique digests Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes Rules: 1 Workload: 256 loops, 80 accel Watchdog: Temperature abort trigger set to 90c Watchdog: Temperature retain trigger set to 80c Device #1: Cayman, 2048MB, 800Mhz, 22MCU Device #1: Kernel E:\PRIVATE\HACKS\oclHashcat-plus-0.09/kernels/4098/m1000_a0.Cayman_1016.4_(VM).kernel (1186448 bytes) Scanned dictionary E:\PRIVATE\HACKS\oclHashcat-plus-0.09\Dictionaries\rockyou.txt: 139921497 bytes, 14344391 words, 14344391 keyspace, starting attack... Status.......: Exhausted Input.Mode...: File (E:\PRIVATE\HACKS\oclHashcat-plus-0.09\Dictionaries\rockyou.txt) Hash.Target..: -----(Hash here of course)------ Hash.Type....: NTLM Time.Running.: 1 sec Time.Left....: 0 secs Time.Util....: 1553.5ms/878.7ms Real/CPU, 130.2% idle Speed........: 9233.6k c/s Real, 125.4M c/s GPU Recovered....: 0/1 Digests, 0/1 Salts Progress.....: 14344391/14344391 (100.00%) Rejected.....: 19/14344391 (0.00%) HWMon.GPU.#1.: 0% Util, 51c Temp, 33% Fan Started: Fri Nov 16 18:17:28 2012 Stopped: Fri Nov 16 18:17:31 2012 Thats that, hope you can help RE: New to Program - brazen bag boy - 11-17-2012 okay so i think i need to downgrade drivers to 12.8 RE: New to Program - brazen bag boy - 11-17-2012 that didnt work RE: New to Program - epixoip - 11-17-2012 It appears to be working just fine. Straight dictionary attacks will of course complete within seconds. RE: New to Program - brazen bag boy - 11-17-2012 (11-17-2012, 03:05 AM)epixoip Wrote: It appears to be working just fine. Straight dictionary attacks will of course complete within seconds. So it isnt in the dictionary? and what does that "rejected" mean RE: New to Program - atom - 11-17-2012 (11-17-2012, 03:31 AM)brazen bag boy Wrote: So it isnt in the dictionary? Yeah, exactly. (11-17-2012, 03:31 AM)brazen bag boy Wrote: and what does that "rejected" mean In this case it means that there are some words in your dictionary that are > length 15 which is not supported by oclHashcat-plus. RE: New to Program - brazen bag boy - 11-18-2012 (11-17-2012, 10:15 AM)atom Wrote:(11-17-2012, 03:31 AM)brazen bag boy Wrote: So it isnt in the dictionary? thank you |