Posts: 4
Threads: 1
Joined: Nov 2010
Hi all!
I'm new to oclHashCat as i've just bought a ATI Radeon HD 5870 and have been using InsidePro's EGB but doesn't support ATI. I'm having great difficulty doing a basic scan with my wordlists. I just want to scan my wordlists with nothing added/changed.
Could someone show me a command line to do a basic scan with a wordlist?
Would be much appreciated as i've been trying all types of different things.
Posts: 601
Threads: 18
Joined: Apr 2010
11-22-2010, 12:08 AM
(This post was last modified: 11-22-2010, 12:09 AM by Rolf.)
OCLHC is designed for bruteforcing, mask and combination attacks.
It is not designed to run simple wordlist attacks.
Posts: 4
Threads: 1
Joined: Nov 2010
Aww man! I'm gutted.
Cheers for letting me know.
Posts: 47
Threads: 6
Joined: Jul 2010
Street, best method for a simple dictionary attack is to use regular hashcat in dictionary mode. If your using windows it would be:
Code:
hashcat-0.30.exe hashlist.txt /dict
Where /dict contains all your dictionary files.
Likewise with oclhashcat you could do this:
Code:
oclHashcat.exe hashlist.txt -j ] -1 ?l?u?s?d?h dictionary.dic ?1
The -j ] removes the last character from your dictionary word, and the ?1 will add one character back on. This may find some hashes that aren't exactly in your dictionary but that should work without making things to difficult. Remember to use the --help command for the other command line options.
Posts: 4
Threads: 1
Joined: Nov 2010
(11-22-2010, 04:47 AM)D3ad0ne Wrote: Street, best method for a simple dictionary attack is to use regular hashcat in dictionary mode. If your using windows it would be:
Code:
hashcat-0.30.exe hashlist.txt /dict
Where /dict contains all your dictionary files.
Likewise with oclhashcat you could do this:
Code:
oclHashcat.exe hashlist.txt -j ] -1 ?l?u?s?d?h dictionary.dic ?1
The -j ] removes the last character from your dictionary word, and the ?1 will add one character back on. This may find some hashes that aren't exactly in your dictionary but that should work without making things to difficult. Remember to use the --help command for the other command line options.
Thanks d3ad0ne, i'm gonna try that out.
You're pro!
Posts: 4
Threads: 1
Joined: Nov 2010
Works like a charm! Thank you d3ad0ne, you've made me happy!
Posts: 37
Threads: 11
Joined: Jun 2010
Posts: 16
Threads: 5
Joined: Nov 2010
That's what I do as well. Whenever I want to use word lists I use the GUI and if I need to make changes to the list I write a rule to modify the list.
Posts: 5,185
Threads: 230
Joined: Apr 2010
for single dictionary based attack use new oclHashcat+