Categorygithub.com/AndroX7/simple-webshell-with-go
repositorypackage
0.0.0-20231025110218-54cec8a12847
Repository: https://github.com/androx7/simple-webshell-with-go.git
Documentation: pkg.go.dev

# 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
???