hashcat v0.40
#1
* changes v0.39 -> v0.40:

First Hashcat release to support OS X!

https://hashcat.net/hashcat

Code:
type: feature
file: hashcat-cli
desc: added warning when using old hash modes
cred: radix/atom

type: feature
file: hashcat-cli
desc: added -m 1410: sha256($pass.$salt)
cred: Xanadrel

type: feature
file: hashcat-cli
desc: added -m 1420: sha256($salt.$pass)
cred: Xanadrel

type: feature
file: hashcat-cli
desc: added -m 1710: sha512($pass.$salt)
cred: Xanadrel

type: feature
file: hashcat-cli
desc: added -m 1720: sha512($salt.$pass)
cred: Xanadrel

type: feature
file: hashcat-cli
desc: added -m 4400: md5(sha1($pass))
cred: Xanadrel

type: feature
file: hashcat-cli
desc: added -m 4700: sha1(md5($pass))
cred: Xanadrel

type: feature
file: hashcat-cli
desc: added OSX compiling support
cred: radix

type: change
file: hashcat-cli
desc: modified hash modes to match oclHashcat-plus
cred: radix

type: change
file: best64.rule
desc: replaced content of best64.rule with the best rules from the best64.rule contest

type: extension
file: A0.M1410, A0.M1420, A0.M1710, A0.M1720, A0.M4400, A0.M4700
desc: added examples files
cred: Xanadrel

type: bug
file: hashcat-cli
desc: Fixed a bug in sha512crypt leading to code not found

type: bug
file: hashcat-cli
desc: Fixed a bug in commandline-parser which occours if running in --stdout mode
cred: Xanadrel


type: bug
file: hashcat-cli
desc: Fixed a bug in mask processor when using ?h, ?D, ?F or ?R
cred: undeath

type: bug
file: hashcat-cli
desc: Fixed a bug in mask-attack mode when using --stdout mode

type: bug
file: hashcat-cli
desc: fixed a race condition in --remove leading to not removing cracked hashes from hashlist
cred: Boris

type: documentation
file: hashcat-cli
desc: added default masks
cred: Xanadrel
#2
Rainbow 
WOW !! I wait this event since months & months !!!!

Thank you so much to all the Hashcat Dev's Team who permited this launch more than appreciated !!!!!!


Thanks for the Mac_users ....

Hope OclHashcat follow asap ;-)
#3
While a quick test of hashcat-cli64.exe for actual attacks works, trying --stdout results in a crash.

The changelog shows some fixes related to that, but is it sure it works OK again? (For Win7 64-bit.)
#4
try re-downloading. There was an issue with stdout but it was corrected. I just ran the examples with stdout no problem.
#5
(08-06-2012, 09:01 AM)radix Wrote: try re-downloading. There was an issue with stdout but it was corrected. I just ran the examples with stdout no problem.

Yes, the re-downloaded one works OK.
#6
Simply wanted to say a very big thank you for OSX support! This is much appreciated, especially since running in wine isn't great on performance.