10-Hex-Generator
#1
Hi, I'm using 10-Hex-Generator

Everything is working as expected but I keep losing my session. 

I think it's to do with the original command. cd into 10-Hex-Generator directory then
Code:
./10hex | hashcat -m 2500 --session session-name wpa.cap

I try to restore but the session fails, hashcat starts but quits due to input being to slow.

Code:
hashcat --session session-name --restore

A basic
Code:
hashcat --restore
Also fails.

My knowledge is very limited but it stands to reason that hashcat is starting but 10-Hex isn't.
Any help appreciated
Thanks.
Reply
#2
You cannot use restore with a pipe. Your candidate generator has to have some kind of resume support for that.
Reply
#3
(02-17-2020, 11:53 PM)undeath Wrote: You cannot use restore with a pipe. Your candidate generator has to have some kind of resume support for that.

That would explain my problem.
Thanks for the explanation.
Reply