Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
shellerator — Herramienta CLI simple para la generación de shells bind y reverse en múltiples lenguajes | Kitploit
Herramientas/GitHubGitHub/shutdownrepo/shellerator
Generación de PayloadsPruebas de PenetraciónRed TeamingGeneración de Shellcode
GitHubshutdownrepo/shellerator

shellerator

Herramienta CLI simple para la generación de shells bind y reverse en múltiples lenguajes

Ver Repositorio
39350hace 2 mesesRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

Shellerator

Shellerator es una herramienta CLI/TUI sencilla diseñada para ayudar a los pentesters a generar rápidamente shells reversas, bind y webshells en múltiples lenguajes de programación como Bash, PowerShell, Netcat, PHP, ASPX, etc.

Otro proyecto similar para la generación de comandos de descarga de archivos en una sola línea se basa en este código: Uberfile

Este proyecto está instalado por defecto en el entorno de hacking Exegol

Instalación

Shellerator se puede instalar fácilmente usando pipx o uv.

Pipx

Para instalar Shellerator con pipx, ejecuta este comando:

root@kitploit:~
pipx install git+https://github.com/ShutdownRepo/shellerator

Uv

Para instalar Shellerator con uv, ejecuta este comando:

root@kitploit:~
uv tool install git+https://github.com/ShutdownRepo/shellerator

Uso

root@kitploit:~
usage: shellerator [-h] [-l] [-b | -r | -w] [-v] [-t TYPE] [-lp LPORT] [-lh LHOST]

Easily generate reverse, bind and webshells

options:
  -h, --help                show this help message and exit
  -l, --list                Display all type of shells supported by Shellerator
  -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)
  -w, --web-shell           Generate a webshell
  -v, --verbose             Enable verbosity

Bindshell options:
  -t TYPE, --type TYPE      Type of shell to generate
  -lp LPORT, --lport LPORT  Listener Port

Reverse shell options:
  -t TYPE, --type TYPE      Type of shell to generate
  -lp LPORT, --lport LPORT  Listener Port
  -lh LHOST, --lhost LHOST  Listener IP address

Webshell options:
  -t TYPE, --type TYPE      Type of shell to generate

Shellerator iniciará automáticamente una TUI (Interfaz de Usuario en Terminal) cuando se omita una opción requerida.

Generar una shell inversa de PowerShell usando la TUI

TUI de shell inversa de PowerShell

Generar una webshell PHP

Webshell PHP

Generar una bind shell de Netcat

Bind shell de Netcat

Fuentes y créditos

Este proyecto está inspirado en Print-My-Shell

Algunos comandos provienen de las siguientes fuentes:

  • https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Reverse%20Shell%20Cheatsheet.md
  • http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet
  • https://www.hackingtutorials.org/networking/hacking-netcat-part-2-bind-reverse-shells/
Descargar herramienta