Table of Contents
Loading contents...
README.md
reverse-shell-generator
Hosted Reverse Shell generator with a ton of functionality – (great for CTFs)
Hosted Instance
https://revshells.com
Features
- Generate common listeners and reverse shells
- Save button to download Payloads from browser.
- Raw mode to cURL shells to your machine.
- Button to increment the listening port number by 1
- URI and Base64 encoding
- LocalStorage to persist your configuration
- Dark, Light and Meme Modes
- HoaxShell integration with custom listener (see link below for more information) | Credit: https://github.com/t3l3machus
HoaxShell Listener Docs
https://github.com/t3l3machus/hoaxshell/tree/main/revshells
Screenshot
Dev
It’s recommended to use the netlify dev command if you’re wanting to modify any of the server functions, such as for raw link support:
npx netlify dev
Using Docker
Simply run the following commands within this repository to spin up the instance locally using a Docker container
docker build -t reverse_shell_generator .
docker run -d -p 80:80 reverse_shell_generator
Browse to http://localhost:80
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Tool Information
Author
0dayCTF
Project Added On
June 24, 2025
License
Open Source
Tags
Related Tools
NTDLLReflection
Bypass Userland EDR hooks by Loading Reflective Ntdll in memory from a remote server based on Windows ReleaseID to avoid opening a handle to ntdll , and trigger exported APIs from the export table
Stablekernel-exploit-factory
Linux kernel CVE exploit analysis report and relative debug environment. You don't need to compile Linux kernel and configure your environment anymore.
StableNovaHypervisor
NovaHypervisor is a defensive x64 Intel host based hypervisor. The goal of this project is to protect against kernel based attacks (either via Bring Your Own Vulnerable Driver (BYOVD) or other means) by safeguarding defense products (AntiVirus / Endpoint Protection) and kernel memory structures and preventing unauthorized access to kernel memory.
Stable