Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hashcat Benchmarking
01-18-2012, 07:05 PM
Post: #1
Hashcat Benchmarking
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
Visit this user's website Find all posts by this user
Quote this message in a reply
01-19-2012, 02:58 PM
Post: #2
RE: Hashcat Benchmarking
Very Nice
Thankyou.

Find all posts by this user
Quote this message in a reply
02-04-2012, 04:21 AM (This post was last modified: 02-04-2012 08:47 AM by chort.)
Post: #3
RE: Hashcat Benchmarking
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
Find all posts by this user
Quote this message in a reply
05-18-2012, 07:49 PM
Post: #4
RE: Hashcat Benchmarking
Link is broken.
Find all posts by this user
Quote this message in a reply
05-18-2012, 07:53 PM
Post: #5
RE: Hashcat Benchmarking
Use this:
http://thepasswordproject.com/oclhashcat_benchmarking
Find all posts by this user
Quote this message in a reply
05-20-2012, 02:14 PM (This post was last modified: 05-20-2012 02:14 PM by Mem5.)
Post: #6
RE: Hashcat Benchmarking
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
Find all posts by this user
Quote this message in a reply
05-21-2012, 06:23 PM
Post: #7
RE: Hashcat Benchmarking
Latest oclHashcat-lite include a built-in benchmark. Benchmarking will become easier soon Smile
Visit this user's website Find all posts by this user
Quote this message in a reply
05-21-2012, 07:50 PM
Post: #8
RE: Hashcat Benchmarking
@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)
Find all posts by this user
Quote this message in a reply
05-21-2012, 09:00 PM
Post: #9
RE: Hashcat Benchmarking
Ok thank you M@lik Big Grin
I'll wait the new version.
Find all posts by this user
Quote this message in a reply
Post Reply