Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 481 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 481 Bytes

go-webshell

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=<OS> GOARCH=<ARCHITECTURE> go build shell.go

Usage

Running with no arguments will launch the HTTP server on 0.0.0.0:8080

./shell -ip <IP> -port <PORT>
TODO:
  • File Manager
  • ???