Speed isn’t Everything ! - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html) +--- Thread: Speed isn’t Everything ! (/thread-497.html) |
better dictonaries - RealEnder - 09-21-2011 Hash-IT, I thought myself about better dictionaries in the world of GPGPU based rule engines and wrote tool to collect words from various sources: wlc The last version can parse wikipedia xml.bz2 dumps, but it is a bit long process due the size. You can download some preprocessed dicts from DWPA site. Keep in mind, that all dicts there are unique as a whole. RE: Speed isn’t Everything ! - scriptx - 10-20-2011 Quote:Wordlists are great, but not guaranteed. Bruteforce is guaranteed (ignoring max pass length issue with hashcat), but obviously very time consuming. correct, but only theoretically. to crack a long password it will take so much time (millions of years) that you can not say its guaranteed to be cracked. Quote:I love maskprocessor because it allows you to be creative, however if you're piping output into hashcat or something like pyrit, you may be at a loss for an ETA or current progress. Knowing the math ahead of time is a huge help. you can still calculate it easily: http://hashcat.net/wiki/doku.php?id=combination_count_formula Quote: (Not sure why pyrit outperforms hc for me, but it does). The only card where this can happen is ATI/AMD of the 4xxx series. the 4xxx series did not support access to fast memory for the OpenCL interface, only for CAL. Since pyrit uses CAL it is faster on 4xxx cards. That changed with 5xxx and higher. Quote:So, being dedicated, and having exhausted perhaps any other rule-based strategies or dictionary attacks, you can break maskprocessor output into chunks in different ways: exactly. also see here: http://hashcat.net/wiki/doku.php?id=distributing_workload_in_oclhashcat Quote:Additionally, the -s and -l flags can be used to stop and start at certain words, or "checkpoints", if you wish. Set yourself a pace, knowing your tries/sec. yeah its an unique feature of maskprocessor RE: Speed isn’t Everything ! - scriptx - 10-20-2011 Quote:The only card where this can happen is ATI/AMD of the 4xxx series. the 4xxx series did not support access to fast memory for the OpenCL interface, only for CAL. Since pyrit uses CAL it is faster on 4xxx cards. That changed with 5xxx and higher. Not to hijack a thread but I'd love to then figure out what's limiting my ability!.. cudaHashcat picks up both my geforce cards: Device #1: GeForce GTX 560 Ti, 1023MB, 1670Mhz, 8MCU Device #2: GeForce GT 430, 1023MB, 1400Mhz, 2MCU Using the -d flag, I can successfully isolate the process to use just the 560Ti (the better of the two). I have also played with -n flag, however any value above 8 does not yield an increase in computations per second. ./cudaHashcat-plus64.bin -o result -d 1 -n 8 -m 2500 belkin54g-handshake.hccap cow.txt cudaHashcat-plus v0.06 by atom starting... Hashes: 1 Unique salts: 1 Unique digests: 1 Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes Rules: 1 GPU-Loops: 128 GPU-Accel: 8 Password lengths range: 8 - 15 Platform: NVidia compatible platform found Watchdog: Temperature limit set to 90c Device #1: GeForce GTX 560 Ti, 1023MB, 1670Mhz, 8MCU Device #2: skipped by user Device #1: Allocating 9MB host-memory Device #1: Kernel ./kernels/4318/m2500.sm_21.64.cubin Scanning dictionary cow.txt: 1047582 bytes (10.56%) Scanned dictionary cow.txt: 9924323 bytes, 995755 words, starting attack... Status.......: Exhausted Input.Mode...: File (cow.txt) Hash.Target..: belkin54g Hash.Type....: WPA/WPA2 Time.Running.: 45 secs Time.Left....: 0 secs Time.Util....: 45584.7ms/240.0ms Real/CPU, 0.5% idle Speed........: 21766 c/s Real, 20086 c/s GPU Recovered....: 0/1 Digests, 0/1 Salts Progress.....: 995755/995755 (100.00%) Rejected.....: 3553/995755 (0.36%) HW.Monitor.#1: 0% GPU, 62c Temp Started: Thu Oct 20 11:34:24 2011 Stopped: Thu Oct 20 11:35:10 2011 If I do not specify -d nor -n, I'll get: Speed........: 19276 c/s Real, 18214 c/s GPU RE: Speed isn’t Everything ! - scriptx - 10-20-2011 I was thinking perhaps because I was using cudaHashCat vs ocl, though when trying to run oclHashCat, "ERROR: No AMD compatible platform found", the resolution of which is to use cudaHashcat obviously So is the GeForce GTX 560 Ti just not the powerhouse I was hoping it was? RE: Speed isn’t Everything ! - atom - 10-21-2011 absolutly not. the 460/560 is a low budget card which is also sm_21 which requires vector datatypes to run efficient. bad choice for hashcracking. RE: Speed isn’t Everything ! - scriptx - 10-21-2011 (10-21-2011, 10:08 AM)atom Wrote: absolutly not. the 460/560 is a low budget card which is also sm_21 which requires vector datatypes to run efficient. bad choice for hashcracking. Thanks.. had an enlightening conversation in #hashcat yesterday about it. Off to ebay it goes! For anyone else interested, this is a decent matrix for helping you decide a card intended for hash cracking: http://golubev.com/gpuest.htm RE: Speed isn’t Everything ! - atom - 10-21-2011 ivans table is a good one, but gateways is also good since it shows "Pwr eff,MH/W": http://www.gat3way.eu/est.php if website is down, use google cache: http://webcache.googleusercontent.com/search?q=cache%3Ahttp%3A%2F%2Fwww.gat3way.eu%2Fest.php RE: Speed isn’t Everything ! - atom - 11-19-2011 (10-21-2011, 10:08 AM)atom Wrote: absolutly not. the 460/560 is a low budget card which is also sm_21 which requires vector datatypes to run efficient. bad choice for hashcracking. new oclHashcat-lite will have special support for sm_21 |