Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
shellerator — Outil CLI simple pour la génération de shells bind et reverse dans plusieurs langages. | Kitploit
Outils/GitHubGitHub/shutdownrepo/shellerator
Génération de PayloadsTests d'IntrusionRed TeamingGénération de Shellcode
GitHubshutdownrepo/shellerator

shellerator

Outil CLI simple pour la génération de shells bind et reverse dans plusieurs langages.

Voir le dépôt
3935013il y a 2 moisVérifié par Kitploit

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

Shellerator

Shellerator est un outil CLI/TUI simple conçu pour aider les pentesters à générer rapidement des shells reverse, bind et web dans plusieurs langages de programmation comme Bash, Powershell, Netcat, PHP, ASPX, etc.

Un autre projet similaire pour la génération de commandes de téléchargement de fichiers en une ligne est basé sur ce code Uberfile

Ce projet est installé par défaut dans l'environnement de hacking Exegol

Installation

Shellerator peut être facilement installé avec pipx ou uv.

Pipx

Pour installer Shellerator avec pipx, exécutez cette commande :

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

Uv

Pour installer Shellerator avec uv, exécutez cette commande :

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

Utilisation

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 démarrera automatiquement une TUI (Interface Utilisateur Terminal) lorsqu'une option obligatoire est omise.

Générer un reverse shell Powershell avec la TUI

PowerShell Reverse Shell TUI

Générer un webshell PHP

PHP Webshell

Générer un bindshell Netcat

Netcat Bindshell

Sources et crédits

Ce projet est inspiré par Print-My-Shell

Certaines commandes proviennent des sources suivantes :

  • 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/
Télécharger l’outil