hashcat Forum

Full Version: Piping Hashcat to Crunch?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anyway to pipe oclHashcat-plus to crunch to generate a bruteforce list. If so, what's the command?
yes you can, but you should consider using maskprocessor, its like 8 times faster than crunch and more flexible.

http://hashcat.net/files/maskprocessor-0.65.7z

Code:
$ ./mp64.bin ?d?d?d?d?d?d?d?d?d | ./oclHashcat-plus64.bin -m 2500 bla.hccap
Awesome, I'll check it out. Thanks again atom.