Possible bug: OCLHashCat not working with Expect. - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Possible bug: OCLHashCat not working with Expect. (/thread-3844.html) |
Possible bug: OCLHashCat not working with Expect. - SopalajoArrierez - 11-18-2014 I am trying to manage OCLHashCat with Expect. I have started by sending a simple `q` key. This is the code: Code: spawn oclHashcat64.exe ../Test.hccap -m 2500 -a 3 ?d?d?d?d?d?d?d?d But it seems not to be working. This is the result: Code: Luis@Windu /cygdrive/c/Temporal/Expect As you can see, the **expected line appears**, but the second part does not, and the `q` **is not sent**, because the main process keeps alive: Code: Luis@Windu /cygdrive/c/Temporal/Expect$ ps -e | grep "hashcat" -i Could someone tell me what am I doing wrong, please? Or maybe OCLHashCat does not accept key inputs sent by Expect? I have programmed some AutoHotkey scripts, and they worked flawless to send the `q` key and stop the process all right. |