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