10-19-2017, 09:58 PM
(10-19-2017, 09:42 PM)Chick3nman Wrote: Combinator3 is not going to be using the GPUs because it isn't doing any heavy computations. It's very simply combing 3 files and spitting out the candidates.
You can use the --stdout flag in hashcat to export the candidates, however, that would be a terrible idea. That file is going to be HUGE for you to try and store.
I understand that the resulting file is going to be huge; I fully intend to create it. When I run the combinations command like this:
./hashcat -m 0 -a 1 hash test1 test2
It takes about 10 minutes to run through all the combinations. However, I want it to print out to a file all the password candidates. I'm just mashing buttons at this point because I can't figure out how to get it to do just that - I'm fine if it takes an hour to complete btw.