02-04-2012, 12:05 AM
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:
--
atom
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:
- Support for AMD GCN cards (hd7xxx series)
This card is a true DES killer. I wrote some more detailed informations about this topic here: http://hashcat.net/forum/thread-846.html
- Added the LM Algorithm
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
- Vectorized datatype kernels for sm_21 NVidia architecture
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.
- MD4 based algorithm tuning
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).
- Updated EULA
The updated EULA is a lot more relaxed for professional pentesters than before.
See changelog for more details.
- Fixed some major issues
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
- Harmonization with oclHashcat-plus
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
file: kernels
cred: added -m 2811 = IPB 2.0, MyBB1.2
type: feature
file: kernels
cred: added -m 3000 = LM
type: driver
file: kernels
desc: added support for AMD APP SDK 2.6
type: driver
file: kernels
desc: added support for NVidia CUDA 4.1
type: feature
file: kernels
desc: added support for AMD GPU's "Devastator" and "Scrapper"
type: feature
file: kernels
desc: added support for AMD GPU's "Capeverde", "Pitcairn" and "Tahiti"
type: feature
file: host programs
desc: backported --outfile-format from oclHashcat-plus v0.07
type: feature
file: host programs
desc: backported --seperator-char feature from hashcat v0.38
cred: thorsheim
type: feature
file: host programs
desc: add support for passwords smaller length 4
type: bug
file: host programs
desc: fixed issue with unaligned --pw-skip, did not auto-shutdown when 100% keyspace reached
cred: MrUltimate
type: bug
file: host programs
desc: fixed issue when using --pw-skip-plain in combination with --hex-charset
type: change
file: host programs
desc: changed hash parser for Joomla hashes to allow salt-length of 16 - 32
cred: sono
type: change
file: host programs
desc: changed default setting for CPU affinity: Linux unlocked, Windows unlocked
type: change
file: host programs
desc: ETA is now calculated regarding to configured value of --pw-skip and --pw-limit
cred: MrUltimate
type: change
file: host programs
desc: changed restore-timer default value to 60 due to GPU utilization issue
cred: MrUltimate, d-unknown, khempanhom
type: change
file: host programs
desc: EULA. Removed sections 2, 6, 8 and 9. Relaxed sections 3 and 7.
cred: hdmoore
type: change
file: kernels
desc: renamed -m 1 to -m 10
desc: renamed -m 3 to -m 2600
desc: renamed -m 5 to -m 2611
desc: renamed -m 15 to -m 2711
desc: renamed -m 101 to -m 110
desc: renamed -m 600 to -m 101
desc: renamed -m 700 to -m 111
desc: renamed -m 1300 to -m 131
desc: renamed -m 2000 to -m 112
desc: renamed -m 2300 to -m 132
type: change
file: rules
desc: redesigned usage screen
cred: http://hashcat.net/forum/thread-716.html
--
atom