hashcat Forum

Full Version: Hashcat Benchmarking
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Very Nice
Thankyou.
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
Link is broken.
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
Latest oclHashcat-lite include a built-in benchmark. Benchmarking will become easier soon Smile
@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)
Ok thank you M@lik Big Grin
I'll wait the new version.