Remote execution with powershell
#2
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.
Reply


Messages In This Thread
Remote execution with powershell - by LoZio - 08-21-2020, 08:31 AM
RE: Remote execution with powershell - by tecxx - 04-17-2021, 01:00 AM
RE: Remote execution with powershell - by Snoopy - 04-17-2021, 12:55 PM
RE: Remote execution with powershell - by tecxx - 04-17-2021, 01:36 PM