PayloadsAllTheThings icon indicating copy to clipboard operation
PayloadsAllTheThings copied to clipboard

Add Windows Python3 Reverse Shell

Open fantesykikachu opened this issue 2 years ago • 0 comments

~~I don't like that I had to use a small sleep, but I found directly mapping the stdin and stdout between the socket and the process, to be very unstable on Windows.~~

Switched to a thread based model, to save the sleep.

~~As a note force closing the connection on the remote causes python to not exit properly (happened with my previous implementation too), this means you will leave the remote IP and port in the process details.~~

Fixed closing on the remote.

fantesykikachu avatar May 21 '22 19:05 fantesykikachu