oclHashcat-lite v0.10 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-lite Announcements (https://hashcat.net/forum/forum-18.html) +--- Thread: oclHashcat-lite v0.10 (/thread-1344.html) Pages:
1
2
|
oclHashcat-lite v0.10 - atom - 06-29-2012 Welcome to oclHashcat-lite v0.10. Download it here: http://hashcat.net/oclhashcat-lite/ This release is a big step forward. We have added both, many major and many minor features. Per-position markov-chains, aka markov-attack/incremental-attack/charset-files The markov-attack is a statistically based brute-force like attack, but instead of specifying a charset or a mask, we specify a file. This file is once generated by ourself in a previous step. It contains statistical informations which are made out an automated analysis of a given dictionary. It can fully replace Brute-Force since it covers the full keyspace. In Brute-Force Attack (or in Mask Attack) we can limit the keyspace by setting a smaller charset in order to reduce the attack-time. In Markov Attack we have something similar, the "threshold". All you do is to specify a number. The higher the number, the higher the threshold to add a new link between two characters on the two-level table on which the markov-attack bases on. This background is not so important, just remember that the lower the value, the smaller the keyspace and thus the faster the attack is. Check these threads for more details
Use .ptx ad .llvmir intermediate kernels The kernels are distributed in an "intermediate" format (aka IL). It cant be reversed to original C code but still its not a binary format that can be used for execution. The JIT (just-in-time) compilers from both OpenCL and CUDA, which ship with the driver, compile the final byte-code out of the IL. This takes a few seconds per kernel but once its done the byte-code is cached (CUDA does it automatically, OpenCL not but we add a function to do the same as CUDA does). This has some nice advantages:
Retaining GPU temperature When I started with oclHashcat-* Hardware mangement support, some people asked me for add support for fan-speed. For a long time I was not interessted in adding fan-speed code to oclHashcat-* since this is the job for the driver or some specialized controling software. I did not change my mind completly on this, but still we have added some fan-speed controlling code. The new parameters are: Code: --gpu-temp-disable Disable temperature and fanspeed readings and triggers So what this thing is doing is: If the temperature configured with the new --gpu-temp-retain parameter is reached, it starts to increase the fan-speed by 1 percent each second. Thats all. If you imagine a scenario what this means you will come to the conclusion that this feature also enables you to enfore your GPU running always to a very specific temperature. Some notes:
Built-in benchmarking mode Code: * Benchmark: Nothing much to explain here I think, but some notes to the benchmark mode:
New Algorithms supported
Full changelog Code: type: feature RE: oclHashcat-lite v0.10 - M@LIK - 06-29-2012 Great job atom! As always. Thank you! RE: oclHashcat-lite v0.10 - K9 - 06-29-2012 Cool. RE: oclHashcat-lite v0.10 - korsa741 - 08-17-2012 hello; i can use dictianary attack for decrypter hash sl3 thx. RE: oclHashcat-lite v0.10 - KT819GM - 08-17-2012 yes, use rockyou dictionary, it should help much for SL3 bruteforce, maybe 15 min/phone. RE: oclHashcat-lite v0.10 - korsa741 - 08-18-2012 how to make rokyou dictionary and use it ? RE: oclHashcat-lite v0.10 - jake2660859 - 08-18-2012 It is not that hard to replicate KT819GM's prescription here. First, we need to put together in our cup a "Search" button (which is on the very top) and keywords what we're interested. Then look through the results with a cat's curiosity. And finally swallow it with an atomic speed. That's it. PS: whole process should be proceeded with a lite sense of humor, otherwise frustration is inevitable. RE: oclHashcat-lite v0.10 - groumaldi - 09-14-2012 hi ho can explain to me step by step how to use dictinary in oclhashcat lite for sl3 it s to difficulte for me to do it by my self thank s RE: oclHashcat-lite v0.10 - KT819GM - 09-14-2012 (08-17-2012, 03:20 AM)korsa741 Wrote: hello; i can use dictianary attack for decrypter hash sl3 Oh man, there is no dictionary for lite, and will never be, it's totally random 15 digit code! Again for SL3 people: tag for search: sl3 dict, sl3, sl3 dictionary, dictianary, SL3 bruteforce answer: THERE IS NO DICTIONARY FOR SL3 RE: oclHashcat-lite v0.10 - forumhero - 10-24-2012 what driver does lite-v.10 work with? i'm on catalyst 12.8 on ubuntu 12.04 and it blows up with a bunch of kernel errors. lite-v.09 works fine. i'll get exact errors when i'm get home. |