PayloadsAllTheThings
PayloadsAllTheThings copied to clipboard
Add Windows Python3 Reverse Shell
~~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.