Help with oclhascat-lite and cisco - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html) +--- Thread: Help with oclhascat-lite and cisco (/thread-1707.html) |
Help with oclhascat-lite and cisco - nowlan - 10-30-2012 Hello, Been trying to use this program for first time. Having problem getting it to run. Benchmark program runs ok. Using ATI video card 7850. ----- C:\oclHashcat-lite-0.10\oclHashcat-lite-0.10>oclHashcat-lite32.exe -m 500 cisco.txt ?a oclHashcat-lite v0.10 by atom starting... Password lengths range: 1 - 55 Watchdog: Temperature abort trigger set to 90c Watchdog: Temperature retain trigger set to 80c Device #1: Pitcairn, 2000MB, 900Mhz, 16MCU Usage: oclHashcat-lite [options]... hash [mask] Try --help for more help. C:\oclHashcat-lite-0.10\oclHashcat-lite-0.10>type cisco.txt $1$JA5M$XXm6AXXXXVXXXGZZ5XXKX0 --- Seems to bomb out straight away. No error message to steer me right. --- Appreciate any guidance. Anthony. RE: Help with oclhascat-lite and cisco - atom - 10-30-2012 oclHashcat-lite does not support -m 500, you need oclHashcat-plus. RE: Help with oclhascat-lite and cisco - nowlan - 10-30-2012 (10-30-2012, 10:22 AM)atom Wrote: oclHashcat-lite does not support -m 500, you need oclHashcat-plus. Thank you atom. Downloaded plus. Can you tell me what the "-a 3" does? Cant find any reference in mask attack. Found it mentioned when looking for bruteforce. Status.......: Running Input.Mode...: Mask (?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d) Hash.Target..: $1$JA5M$YEm6AD6XV9RSGqZZ5IiK70 Hash.Type....: md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS M Time.Running.: 20 secs Time.Left....: > 10 Years Time.Util....: 20315.9ms/146.3ms Real/CPU, 0.7% idle Speed........: 935.1k c/s Real, 970.0k c/s GPU Recovered....: 0/1 Digests, 0/1 Salts Progress.....: 18997248/13632031761603887104 (0.00%) Rejected.....: 0/18997248 (0.00%) HWMon.GPU.#1.: 88% Util, 43c Temp, 33% Fan [s]tatus [p]ause [r]esume [b]ypass [q]uit => s RE: Help with oclhascat-lite and cisco - atom - 10-30-2012 You have to add a mask, read here: https://hashcat.net/wiki/doku.php?id=mask_attack For example, you could try the mask: ?l?l?d?d?d?l?l?s -a 3 -n 32 --gpu-loops 1000 Then just have a bit patience and it will open. |