Hashcat Benchmarking
#1
Hey Guys,

ever wondered how I do the benchmarks shown on the Homepage?

Here you can download the scripts I use for meassuring: http://hashcat.net/misc/benchmark_scripts.rar

But, be warned, these are "full-power" commands. If you are executing this on a GPU that is used for displaying your desktop this GPU will be so busy that it will not be able to show a single update. You will think its crashed because even the mouse moves arent shown. But its not. Thats why I've added a maximum runtime to each command, means to each kernel, on which the benchmark will kill itself after around 40 seconds.

hth,
atom
Reply
#2
Very Nice
Thankyou.
☫
Reply
#3
Looks like the Windows version of lite_bench is set to use -plus instead of -lite.

Add for -lite-0.09:
Code:
$BIN $OPTS -m 3000 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?1?1?1?1?1?1?1?1?1 --pw-min 7
Reply
#4
Link is broken.
Reply
#5
Use this:
http://thepasswordproject.com/oclhashcat_benchmarking
Reply
#6
On the page http://thepasswordproject.com/oclhashcat...or_windows
the algo 112 (Oracle 11g) is not well formatted :

Code:
oclHashcat-plus64.exe -a 3 --custom-charset1 ?d  --force  --hash-type  112 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaaaaaaaaa ?1?1?1?1?1?1?1?1
Quote:WARNING: Hash 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaaaaaaaaa': Line-length exception
ERROR: No hashes loaded
Reply
#7
Latest oclHashcat-lite include a built-in benchmark. Benchmarking will become easier soon Smile
Reply
#8
@Mem5:: Just because of your error post, I've studied the whole Oracle 11g hashing function xD

Here's a correct hash:
2db184088d587fe25555c5c6892ead46a014478a:aaaaaaaaaaaaaaaaaaaa:hashcat

Works with:
oclHashcat-plus-0.08
oclHashcat-lite-0.10b45

But not: oclHashcat-lite-0.09 (It's fixed in the new version)
Reply
#9
Ok thank you M@lik Big Grin
I'll wait the new version.
Reply