ConPtyShell
ConPtyShell copied to clipboard
ConPtyShell - Fully Interactive Reverse Shell for Windows
Would it be possible to use TLS? Instead of `stty raw -echo; (stty size; cat) | nc -lvnp 3001` use `stty raw -echo; (stty size; cat) | openssl s_server -quiet...
I tried using it with Dynamic DNS instead of IP Address but there is an error : ` ConPtyShellException: [-] ConPtyShellException: ConPtyShell: Invalid remoteIp valuedevildenny.ddns.net at ConPtyShellMainClass.CheckRemoteIpArg(String ipString) at ConPtyShellMainClass.ConPtyShellMain(String[]...
With powershell 7, the following error gets thrown when executing `Invoke-ConPtyShell`: ``` Add-Type: Line | 113 | Add-Type -TypeDefinition $Source -Language CSharp; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | (1465,9): error CS0618: 'Thread.Abort()' is...
hi, love your tool! I'm noticing that within the shell, backspace deletes whole words, and Ctrl+Backspace deletes single letters. is this intended, and is there a way to change it?