Skip to content

gb-sn/go-webshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

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

About

A simple webshell written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages