Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
Strumenti/GitHubGitHub/shutdownrepo/shellerator
Generazione di PayloadPenetration TestingRed TeamingGenerazione di Shellcode
GitHubshutdownrepo/shellerator

shellerator

Semplice strumento CLI per la generazione di shell bind e reverse in più linguaggi.

Vedi Repository
39350122 mesi faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

Shellerator

Shellerator è uno strumento CLI/TUI semplice pensato per aiutare i penetration tester a generare rapidamente shell reverse, bind e web in diversi linguaggi di programmazione come Bash, Powershell, Netcat, PHP, ASPX, ecc.

Un altro progetto simile per la generazione di comandi di download di file su una riga è basato su questo codice Uberfile

Questo progetto è installato di default nell'ambiente hacking Exegol

Installazione

Shellerator può essere facilmente installato usando pipx o uv.

Pipx

Per installare Shellerator con pipx, esegui questo comando:

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

Uv

Per installare Shellerator con uv, esegui questo comando:

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

Utilizzo

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 avvierà automaticamente una TUI (Interfaccia Utente Terminale) quando un'opzione richiesta viene omessa.

Generare una reverse shell Powershell usando la TUI

PowerShell Reverse Shell TUI

Generare una webshell PHP

PHP Webshell

Generare una bindshell Netcat

Netcat Bindshell

Fonti e crediti

Questo progetto è ispirato da Print-My-Shell

Alcuni comandi provengono dalle seguenti fonti:

  • 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/
Scarica lo strumento