Shellerator : CLI Tool For The Generation Of Bind & Reverse Shell

Shellerator is a simple command-line tool aimed to help pentesters quickly generate one-liner reverse/bind shells in multiple languages (Bash, Powershell, Java, Python…).

This project is inspired by Print-My-Shell. I just rewrote it and added some options and glitter to it. The lists of reverse and bind shells are not perfect yet. I’ll work on this when I have the time to. I’ll be happy to review pull requests too.

Installation

The install is pretty simple, just clone this git and install the requirements.

git clone https://github.com/ShutdownRepo/shellerator
pip3 install –user -r requirements.txt

Usage

Usage is dead simple too.

Usage: shellerator.py [-h] [-b | -r] [-t TYPE] [-p LPORT] [-i LHOST]

Generate a bind/reverse shell

Optional arguments:
-h, –help show this help message and exit
-l, –list Print all the types of shells shellerator can generate
-b, –bind-shell Generate a bind shell (you connect to the target)
-r, –reverse-shell Generate a reverse shell (the target connects to you)(Default)

Bind shell options:
-t TYPE, –type TYPE Type of the shell to generate (Bash, Powershell, Java…)
-p LPORT, –port LPORT Listener Port

Reverse shell options:
-t TYPE, –type TYPE Type of the shell to generate (Bash, Powershell, Java…)
-i LHOST, –ip LHOST Listener IP address
-p LPORT, –port LPORT Listener Port

Also Read – Authelia : The Single Sign-On Multi-Factor Portal For Web Apps

Without CLI Menus

If you already know what type of shell you want to generate and don’t have time to select the language in the beautiful CLI menu, you can set it with the appropriate -t (or --type) option.

python3 shellerator.py [-r | -b] -t/–type bash -i/–ip 192.168.56.1 -p/–port 1337

To-Do List

Things to Add

Here are some things to add that I have in mind, I’ll work on that asap

  • Add bindshells
  • Add encrypted shells and separate them from bind/rev ?
  • Add some kind of option to help user get info on how to improve shell/tty (rlwrap, stty, ConPty (cf. PayloadsAllTheThings))

Sources

Shells mostly come from the following links

R K

Recent Posts

Certified Ethical Hacker Quiz – Sharpen Your Skills With The CEH v12 Interactive Application

Welcome to the Ethical Hacking Quiz Application, designed to help learners test their knowledge of…

1 hour ago

WPA2 Handshake Automation Tool – A Quick Guide

The WPA2 Handshake Automation Tool is a Python3 script designed to simplify the process of setting up…

1 hour ago

Star-Tup : A Beginner’s Guide To Bash Scripting For Productivity

A custom bash script designed to streamline your startup process and enhance your scripting skills.…

1 hour ago

Cybersecurity Toolkit – Essential Python Tools For Penetration Testing

Welcome to the Cybersecurity Toolkit, a collection of essential Python tools designed for penetration testing…

2 days ago

i-Haklab : Unleashing The Power Of Termux For Enhanced Cybersecurity

The main objective of the creation of this laboratory is to transport the applications, tools…

2 days ago

Dark FB – A Comprehensive Toolkit For Advanced Facebook Interactions

"Dark FB" is a powerful toolkit designed for those who wish to delve deeper into…

2 days ago