08-05-2012, 04:41 PM
* changes v0.39 -> v0.40:
First Hashcat release to support OS X!
https://hashcat.net/hashcat
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