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.
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>