Benchmark feature for cpu hashcat
#1
I am happy to announce that now also cpu hashcat will be able to run in benchmark-mode.

You can now use the --benchmark or (short) -b switch to enable this benchmark-mode.
It is also possible, like with oclHashcat, to specify a specific hash type, for instance: -b -m 0 to benchmark only MD5 performance.

The output will look similar to the one below.

Hope you also like this new feature which implements the enhancement requested by the trac ticket #253 Smile

Code:
$ ./hashcat-cliXOP.bin -b
Initializing hashcat v0.49 by atom with 8 threads and 32mb segment-size...

Device: AMD FX(tm)-8350 Eight-Core Processor
Instruction set: XOP

Hashtype.: MD4
Speed/sec: 116.53M words

Hashtype.: MD5
Speed/sec: 92.65M words

Hashtype.: SHA1
Speed/sec: 94.74M words

Hashtype.: SHA256
Speed/sec: 53.84M words

Hashtype.: SHA512
Speed/sec: 25.12M words

Hashtype.: SHA-3(Keccak)
Speed/sec: 14.76M words

Hashtype.: GOST R 34.11-94
Speed/sec: 4.07M words

Hashtype.: SHA-1(Base64), nsldap, Netscape LDAP SHA
Speed/sec: 94.72M words

Hashtype.: SSHA-1(Base64), nsldaps, Netscape LDAP SSHA
Speed/sec: 79.21M words

Hashtype.: descrypt, DES(Unix), Traditional DES
Speed/sec: 2.60M words

Hashtype.: md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5
Speed/sec: 96.30k words

Hashtype.: sha256crypt, SHA256(Unix)
Speed/sec: 9.30k words

Hashtype.: sha512crypt, SHA512(Unix)
Speed/sec: 4.70k words

Hashtype.: bcrypt, Blowfish(OpenBSD)
Speed/sec: 6.16k words

Hashtype.: Oracle 11g/12c
Speed/sec: 69.08M words

Hashtype.: NTLM
Speed/sec: 85.86M words

Hashtype.: DCC, mscash
Speed/sec: 51.67M words

Hashtype.: NetNTLMv1-VANILLA / NetNTLMv1+ESS
Speed/sec: 79.34M words

Hashtype.: NetNTLMv2
Speed/sec: 14.09M words

Hashtype.: EPiServer 6.x < v4
Speed/sec: 54.07M words

Hashtype.: EPiServer 6.x > v4
Speed/sec: 35.72M words

Hashtype.: MSSQL(2000)
Speed/sec: 50.79M words

Hashtype.: MSSQL(2005)
Speed/sec: 52.69M words

Hashtype.: MSSQL(2012)
Speed/sec: 16.95M words

Hashtype.: MySQL323
Speed/sec: 122.78M words

Hashtype.: MySQL4.1/MySQL5
Speed/sec: 40.27M words

Hashtype.: Oracle 11g/12c
Speed/sec: 56.97M words

Hashtype.: OSX v10.4, v10.5, v10.6
Speed/sec: 56.48M words

Hashtype.: OSX v10.7
Speed/sec: 17.20M words

Hashtype.: OSX v10.8 / v10.9
Speed/sec: 292 words

Hashtype.: Android PIN
Speed/sec: 49.84k words

Hashtype.: scrypt
Speed/sec: 119 words

Hashtype.: Cisco-PIX MD5
Speed/sec: 52.52M words

Hashtype.: Cisco-IOS SHA256
Speed/sec: 36.64M words

Hashtype.: Cisco $9$
Speed/sec: 1.39k words

Hashtype.: WPA/WPA2
Speed/sec: 5.48k words

Hashtype.: IKE-PSK MD5
Speed/sec: 13.44M words

Hashtype.: IKE-PSK SHA1
Speed/sec: 10.73M words

Hashtype.: Password Safe v3
Speed/sec: 21.19k words

Hashtype.: AIX {ssha1}
Speed/sec: 678.79k words

Hashtype.: HMAC-MD5 (key = $pass)
Speed/sec: 23.22M words

Hashtype.: HMAC-MD5 (key = $salt)
Speed/sec: 37.35M words

Hashtype.: HMAC-SHA1 (key = $pass)
Speed/sec: 19.75M words

Hashtype.: HMAC-SHA1 (key = $salt)
Speed/sec: 30.64M words

Hashtype.: HMAC-SHA256 (key = $pass)
Speed/sec: 10.58M words

Hashtype.: HMAC-SHA256 (key = $salt)
Speed/sec: 19.33M words

Hashtype.: HMAC-SHA512 (key = $pass)
Speed/sec: 4.64M words

Hashtype.: HMAC-SHA512 (key = $salt)
Speed/sec: 8.79M words

Hashtype.: IPMI2 RAKP HMAC-SHA1
Speed/sec: 21.44M words

Hashtype.: Half MD5
Speed/sec: 62.88M words

Hashtype.: Double MD5
Speed/sec: 28.82M words

Hashtype.: GRUB 2
Speed/sec: 937 words

Hashtype.: phpass, MD5(Wordpress), MD5(phpBB3), MD5(Joomla)
Speed/sec: 41.78k words

Hashtype.: Joomla < 2.5.18
Speed/sec: 53.01M words

Hashtype.: osCommerce, xt:Commerce
Speed/sec: 52.56M words

Hashtype.: IPB2+, MyBB1.2+
Speed/sec: 25.01M words

Hashtype.: vBulletin < v3.8.5
Speed/sec: 27.45M words

Hashtype.: SMF > v1.1
Speed/sec: 50.73M words


Messages In This Thread
Benchmark feature for cpu hashcat - by philsmd - 11-02-2014, 07:02 PM
RE: Benchmark feature for cpu hashcat - by Rolf - 11-02-2014, 08:15 PM
RE: Benchmark feature for cpu hashcat - by tony - 11-03-2014, 01:36 AM
RE: Benchmark feature for cpu hashcat - by Rolf - 11-03-2014, 02:41 PM
RE: Benchmark feature for cpu hashcat - by tony - 01-06-2015, 06:51 PM
RE: Benchmark feature for cpu hashcat - by Milzo - 01-07-2015, 12:43 AM
RE: Benchmark feature for cpu hashcat - by Milzo - 01-07-2015, 12:53 AM