04-17-2021, 01:00 AM
i have a similar issue. i run hashcat from a c# toolset via Process/ProcessStartInfo. i tried using the console redirection (Process.StandardInput.Write('q')) but hashcat simply ignores everything i send to it. another user posted in 2012 about the same issue (https://hashcat.net/forum/thread-982.html).
i took a peek into the hashcat sourcecode, file "terminal.c" line 467 and below. it seems the code is specifically checking for a keydown event instead of just reading the console input? my C knowledge is too limited to be sure.
i took a peek into the hashcat sourcecode, file "terminal.c" line 467 and below. it seems the code is specifically checking for a keydown event instead of just reading the console input? my C knowledge is too limited to be sure.