ConPtyShell icon indicating copy to clipboard operation
ConPtyShell copied to clipboard

ConPtyShell - Fully Interactive Reverse Shell for Windows

Results 4 ConPtyShell issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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[]...

enhancement

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...

bug

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?