Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
oclHashcat - Single worlist attack
05-31-2010, 09:28 PM
Post: #1
oclHashcat - Single worlist attack
It's great to see so many features with oclHashcat!

But is a way to run oclHashcat with "just" a single wordlist?
(Maybe I missed it)

I know that tho original Hashcat do it perfectly, but it will be nice to make this work using GPU.

Thanks.
Find all posts by this user
06-01-2010, 09:15 AM
Post: #2
RE: oclHashcat - Single worlist attack
as you said, hashcat is very fast in doing dictionary attack. even on my biggest wordlists that are greater than 1gb it is finished in less than a minute. why adding dictionary attack on oclHashcat?
Visit this user's website Find all posts by this user
06-01-2010, 10:20 AM
Post: #3
RE: oclHashcat - Single worlist attack
I also join in lemon`s ask ! I think it will be very useful (unique for GPU) feature!
Find all posts by this user
06-01-2010, 01:21 PM
Post: #4
RE: oclHashcat - Single worlist attack
Some hash types (like MD5 Wordpress) take a lot of time to process, using CPU.

It will be very usefull to have single worlist option in oclHashcat, if you add this kind of hash in the future.
Find all posts by this user
06-19-2010, 03:13 AM
Post: #5
RE: oclHashcat - Single worlist attack
For Lemon and Vector. If you absolutely want to do the equivalent of a dictionary attack on OclHashcat, you can do the following:
Code:
oclHashcat.exe -o output.txt -1 ?s?d?u?l example.hash example.dict ?1 --rule-left="]"
The ] rule deletes the last character of the word and then you bruteforce the deleted char with all the possible ones. This works well but is at least 3 times slower than doing the attack with Hashcat.
Find all posts by this user
06-19-2010, 11:05 AM (This post was last modified: 06-19-2010 11:09 AM by Rolf.)
Post: #6
RE: oclHashcat - Single worlist attack
Mastercracker, [Image: good.gif]
That really imitates single dictionary attack, however, it's slower than hashcat because it only "replaces" the needed word once, the other 94 combinations could just be irrelevant to the needed hash(es).
Of course, you can increase the speed by removing 32 symbols from -1 charset, maybe even all upperalpha.
Find all posts by this user
01-31-2011, 05:19 PM
Post: #7
RE: oclHashcat - Single worlist attack
done in oclHashcat+
Visit this user's website Find all posts by this user