10-Hex-Generator - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: 10-Hex-Generator (/thread-8978.html) |
10-Hex-Generator - snaggle - 02-17-2020 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 My knowledge is very limited but it stands to reason that hashcat is starting but 10-Hex isn't. Any help appreciated Thanks. RE: 10-Hex-Generator - undeath - 02-17-2020 You cannot use restore with a pipe. Your candidate generator has to have some kind of resume support for that. RE: 10-Hex-Generator - snaggle - 02-17-2020 (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. |