minosariane-shellforge-1.0.1 is not a library.
Shellforge
⚠️ Shellforge is intended for ethical use in CTFs, labs, and educational security exercises only.

Installation
From this repository
git clone https://github.com/minosariane/Shellforge.git
cd Shellforge
cargo install --path .
From Crates.io
cargo install minosariane-shellforge
From AUR
yay -S shellforge
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