oclHashcat-lite v0.09 - 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.09 (/thread-898.html) Pages:
1
2
|
oclHashcat-lite v0.09 - atom - 02-04-2012 Hello Hashcat-Users, I am proud to announce version 0.09 of the oclHashcat-lite series. Download it here: http://hashcat.net/oclhashcat-lite/ The highlights of this release are:
This card is a true DES killer. I wrote some more detailed informations about this topic here: http://hashcat.net/forum/thread-846.html
However, it turned out it was a good investment of time. I realized how many pentester still have need for it. See here for discussion: http://hashcat.net/forum/thread-167.html
The gtx560Ti @ MD5, for example, increased by 23% (1252 Mhash/s -> 1660 Mhash/s). This improvement can be seen on nearly all algorithms for this architecture.
Especially the NTLM and DCC algorithm benefit from this code change. The hd6990 @ NTLM broke the 20000 Mhash/s mark on stock clocks. Average increase is around + 9% (19100 Mhash/s -> 20864 Mhash/s).
The updated EULA is a lot more relaxed for professional pentesters than before. See changelog for more details.
This popped in because of a default-settings change in oclHashcat-lite v0.07. It has been set back to oclHashcat-lite v0.06 default. Discussion can be found here: http://hashcat.net/forum/thread-681.html
It will help to avoid confusion, thats why I am planning to do the same change on CPU hashcat in the next version. Full changelog: Code: type: feature -- atom RE: oclHashcat-lite v0.09 - chort - 02-04-2012 A quick note on LM: When you do a mask attack the same mask applies to both halves of the hash, so using masks longer than 7 characters is pointless (and will not do what you expect). RE: oclHashcat-lite v0.09 - mastercracker - 02-04-2012 Hmm. For the LM mode, It probably would have been better to make the user split their hashes in 2 and use that input format instead. However, if you really want to keep this format (which has the advantage of being easier for the user since he does not have to keep track of 2 hashes), it needs to be able to output only half of a cracked password in the event that only 1 part is recovered. Besides that, it's great, I can cover the whole regular keyspace in a bit more than 3 hours. EDIT: Finally, it does not output the results of both halves so there is a bug. RE: oclHashcat-lite v0.09 - Mem5 - 02-04-2012 Thanks atom ! I am not agree with you mastercracker, if you have a long list of 32-chars hashes you obviously do not want to split all hashes in 2. Also, for found hashes it better to have the entire LM hash:plain : otherwise how can we know which part of the hash has been cracked when you have thousands of hashes ?.. RE: oclHashcat-lite v0.09 - mastercracker - 02-04-2012 (02-04-2012, 11:41 AM)Mem5 Wrote: otherwise how can we know which part of the hash has been cracked when you have thousands of hashes ?..There are multiple ways that it can be represented. One example could be like this: 1234567890abcdef1234567890abcdef:<NOT CRAKCKED> DMIN1 or 1234567890abcdef1234567890abcdef:1SUPERA <NOT CRACKED> Also, maybe not for you but when you try to help other people, they sometime make a typo in their hash. By having at least a part of the password allows you to know that the hash has been properly extracted (and not syskeyed) and guess what the other part could be. Don't get me wrong, I am not against a hash in one piece, I just state some drawbacks. RE: oclHashcat-lite v0.09 - atom - 02-04-2012 mastercracker: plus will do that RE: oclHashcat-lite v0.09 - mastercracker - 02-04-2012 (02-04-2012, 09:20 PM)atom Wrote: mastercracker: plus will do thatThanks, that answers also my question in the featured request section. RE: oclHashcat-lite v0.09 - Mem5 - 02-05-2012 Ok, that's nice too. Actually with lite version when the right part of LM hash is not cracked but the left one is, the result is not displayed. RE: oclHashcat-lite v0.09 - bobili - 06-16-2012 thx for this great program atom.. this is my speed for SL3 bruteforce... and this is graphic card's that I use. temperature are 65C maximum.. how to put multiple files to run one after another? RE: oclHashcat-lite v0.09 - KT819GM - 06-16-2012 You understand how to use linux, how to install driver, how to connect 5 cards to work on one machine, but don't know anything about bash?? Maybe if you try to put not one but two lines on your .sh file maybe it should do the trick? |