08-11-2013, 05:41 PM
Greetings, Adam.
You can't do a combination attack with a single wordlist + multiple wordlists in a certain folder, you will have to write multiple lines in the batch file for that.
Like:
The folder scanning feature works for -a 0 only.
Note, it's not fully recursive, if there are folders inside, it will not scan them too.
Lastly, you may want to read this.
You can't do a combination attack with a single wordlist + multiple wordlists in a certain folder, you will have to write multiple lines in the batch file for that.
Like:
Code:
oclHashcat-plus64 [bla bla flags] hashlist wordlist1.txt wordlist2.txt
oclHashcat-plus64 [bla bla flags] hashlist wordlist1.txt wordlist3.txt
oclHashcat-plus64 [bla bla flags] hashlist wordlist1.txt wordlist1.txt
The folder scanning feature works for -a 0 only.
Note, it's not fully recursive, if there are folders inside, it will not scan them too.
Lastly, you may want to read this.