Csharp reverse tcp is a client program designed to connect back to a server in order to get commands and Execute them on the Client Machine.
Instructions:
- Open project in Visual Studio.
- Edit IP & PORT to your Listener IP & PORT.
- Complie.
- Port forwarding your router if you are behind a NAT.
- Open a TCP listener, you can use netcat -l -p PORT.
- Open the client app in the client machine.
Special features:
Commands: All Command Line standard commands - ipconfig, dir, echo, netstat etc.
downloadfile - Downloading File from remote server to client's machine C:\Users\Public.
Features:
Second Session - When connection established with the server the client can automatically download another client app from remote server.
updates soon.
Feel free to play with the source code.