Quantcast
Channel: hashcat Forum - All Forums
Viewing all articles
Browse latest Browse all 7675

two dictionaries and numbers

$
0
0
I'm trying to combine two dictionaries and add numeric characters afterwards. I realized it's not possible by combination or hybrid modes alone.

In first dictionary I have
Code:
a
b

and in second dictionary I have
Code:
c
d

And I try to crack a password like "ac123".

I'm now trying to pipe combinator output into bruteforce mode by following command:

Code:
./combinator.exe ../_dictionaries/dict1.lst ../_dictionaries/dict2.lst | ../hashcatplus2/oclHashcat-plus64.exe -m 0 -a 3 -n 320 --markov-disable -u 64 --gpu-temp-abort=85 --status --status-timer 10 ../1.hash ?d?d?d

It's not so smart to just put ?d's after the hash file. But I'm out of opinions and this was the closest I could get. Any help?

Viewing all articles
Browse latest Browse all 7675

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>