
Ferramenta CLI simples para a geração de shells bind e reverse em múltiplas linguagens.
Shellerator é uma ferramenta CLI/TUI simples projetada para ajudar pentesters a gerar rapidamente shells reversas, bind e web em várias linguagens de programação como Bash, Powershell, Netcat, PHP, ASPX, etc.
Outro projeto semelhante para a geração de comandos de download de uma linha é baseado neste código Uberfile
Este projeto é instalado por padrão no ambiente de hacking Exegol
Shellerator pode ser facilmente instalado usando pipx ou uv.
Para instalar o Shellerator com pipx, execute este comando:
pipx install git+https://github.com/ShutdownRepo/shellerator
Para instalar o Shellerator com uv, execute este comando:
uv tool install git+https://github.com/ShutdownRepo/shellerator
usage: shellerator [-h] [-l] [-b | -r | -w] [-v] [-t TYPE] [-lp LPORT] [-lh LHOST]
Gere facilmente shells reversas, bind e webshells
options:
-h, --help mostre esta mensagem de ajuda e saia
-l, --list Exiba todos os tipos de shell suportados pelo Shellerator
-b, --bind-shell Gere uma bind shell (você se conecta ao alvo)
-r, --reverse-shell Gere uma reverse shell (o alvo se conecta a você) (Padrão)
-w, --web-shell Gere uma webshell
-v, --verbose Ative o modo verboso
Opções de bindshell:
-t TYPE, --type TYPE Tipo de shell a gerar
-lp LPORT, --lport LPORT Porta do ouvinte
Opções de reverse shell:
-t TYPE, --type TYPE Tipo de shell a gerar
-lp LPORT, --lport LPORT Porta do ouvinte
-lh LHOST, --lhost LHOST Endereço IP do ouvinte
Opções de webshell:
-t TYPE, --type TYPE Tipo de shell a gerar
O Shellerator iniciará automaticamente uma TUI (Interface de Usuário em Terminal) quando uma opção obrigatória for omitida.



Este projeto é inspirado em Print-My-Shell
Alguns comandos vêm das seguintes fontes: