Skip to content

Supakornn/reverse-shell-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”„ Reverse Shell Generator

A simple tool to generate reverse shell commands for various programming languages and shells.

✨ Features

  • πŸ› οΈ Multiple language support
  • πŸ”Œ Easy-to-use command generation

πŸ”§ Installation

git clone https://github.com/yourusername/reverse-shell-gen
cd reverse-shell-gen
go mod tidy
go build
./reverse-shell-gen

πŸš€ Usage

List all available shell types:

./reverse-shell-gen list

Generate a reverse shell command:

./reverse-shell-gen --ip <IP_ADDRESS> --port <PORT> --type <SHELL_TYPE>

Example:

./reverse-shell-gen --ip 192.168.1.10 --port 4444 --type bash

Available shell types can be viewed using the list command.

About

πŸ”“ Reverse Shell Generator CLI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages