minosariane-shellforge 1.0.0

Terminal tool for generating reverse shells for CTF challenges and educational purposes. Easy to use, fast, and safe for practice environments.
minosariane-shellforge-1.0.0 is not a library.

Shellforge

Terminal application to generate reverse shells. Great for CTFs.

Screenshot

Installation

git clone https://github.com/minosariane/Shellforge.git
cd Shellforge
cargo install --path .

Example usage

The following command generates a reverse shell with "bash -i" encoded in base64

shellforge generate --ip 192.168.50.1 --port 7777 --format bash-i --b64

Some values are set by default. If you just enter your IP, shellforge will generate the top 10 shells on port 7777.

shellforge generate -i 192.168.50.1

List available formats.

shellforge list-formats

Specify which format to use with --format <FORMAT> or use one of these:

--format top: Top 10 reverse shells
--format all: Yes