antonioCoco / ConPtyShell

ConPtyShell - Fully Interactive Reverse Shell for Windows
MIT License
952 stars 158 forks source link

Rev Shell die after received connection. #1

Closed kluo84 closed 4 years ago

kluo84 commented 4 years ago

After I got the connection, the reverse shell received on server die immediately. I tried PS and exe on client. I used client as Win10 enterprise eval 10.0.17134, and Server as ubuntu 18.04.3 LTS

antonioCoco commented 4 years ago

Windows build 10.0.17134 corresponds to Windows 10 version 1803. The CreatePseudoConsole() function is available since Windows 10 version 1809 (build 10.0.17763). Try to update to a newer windows version (>= build 10.0.17763) and it should work fine.