A Remote Administration Tool for Windows written in Go
To build this project, follow the steps below:
- Clone the repository to your local machine.
- Run
go build server.go
- Run
server.exe
and port forward port 8080 - Specify your ip and port in
client.go
- Run
go build -ldflags="-H windowsgui" client.go
- Run
client.exe
That's it! You should now have remote command prompt access
(The server has cross platform support, but the client is Windows only)
- list --> list all connected clients by id
- run <id> <command> --> run a command on the specified target