https://github.com/muhammadmuazen/rshellgen
simple python script that generates the most famous reverse shells. just to make your CTFs playing and pentesting a little bit faster!
https://github.com/muhammadmuazen/rshellgen
ctfs hacking-tool hacking-tools penetration-testing pentest-tool pentesting python reverse-shell tool tools
Last synced: 4 months ago
JSON representation
simple python script that generates the most famous reverse shells. just to make your CTFs playing and pentesting a little bit faster!
- Host: GitHub
- URL: https://github.com/muhammadmuazen/rshellgen
- Owner: MuhammadMuazen
- Created: 2024-02-03T13:10:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T14:33:30.000Z (over 1 year ago)
- Last Synced: 2025-06-10T12:08:32.864Z (12 months ago)
- Topics: ctfs, hacking-tool, hacking-tools, penetration-testing, pentest-tool, pentesting, python, reverse-shell, tool, tools
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RShellGen
#### rshellgen is a simple python reverse shell generator that have most of the famous reverse shells out there.
___
## Note:
#### All the reverse shells are from:
https://swisskyrepo.github.io/InternalAllTheThings/cheatsheets/shell-reverse-cheatsheet/
---
## Usage:
```console
[+] Usage: rshellgen.py -lh -lp -t [-options]
options:
-h help for this script
-o string output to file to write result to
-e encode the payload in base64 OR URL encoding
-t
_______________________
(_O_O_O_O_O_O_O_O_O_O_O_) ___________________________________________________
\/___________________\/ | |
|_____________________| | Avalible Types |
| | | | |___________________________________________________|
| | rshellgen By: | | | | | |
| | | | | powershell | php-system | py3-win |
| |_MuhammadMuazen__| | | perl-win | php-popen | py2-win |
|/___________________\| | perl-lin | php-exec (php) | py3-lin |
| bash-tcp | php-passthru | ruby-win |
| bash-udp | php-shellexec | ruby-lin |
| rust | java-thread-win | java-win |
| dart | java-thread-lin | java-lin |
| awk | nodejs-win | lua-win |
| go | nodejs-lin | lua-lin |
| c | | |
|_______________|___________________|_______________|
[+] Example: rshellgen.py -lh 192.168.1.2 -lp 4444 -t bash-tcp -e base64 -o reverse-shell.sh
```
---