0dayCTF / reverse-shell-generator
Hosted Reverse Shell generator with a ton of functionality. -- (Great for CTFs)
README
reverse-shell-generator
Hosted Reverse Shell generator with a ton of functionality -- (great for CTFs)
<br>
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):
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="http://ryanmontgomery.me">
<br /><sub><b>Ryan Montgomery</b></sub></a><br /><a href="https://github.com/0dayCTF/reverse-shell-generator/pulls?q=is%3Apr+reviewed-by%3A0dayCTF" title="Reviewed Pull Requests">๐</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://briskets.io">
<br /><sub><b>Chris Wild</b></sub></a><br /><a href="#projectManagement-briskets" title="Project Management">๐</a> <a href="#tool-briskets" title="Tools">๐ง</a> <a href="#infra-briskets" title="Infrastructure (Hosting, Build-Tools, etc)">๐</a> <a href="#design-briskets" title="Design">๐จ</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://papadope.net/">
<br /><sub><b>Chris Papadopoulos</b></sub></a><br /><a href="#design-Papadope" title="Design">๐จ</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.alanfoster.me/">
<br /><sub><b>Alan Foster</b></sub></a><br /><a href="#infra-AlanFoster" title="Infrastructure (Hosting, Build-Tools, etc)">๐</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://muir.land">
<br /><sub><b>AG</b></sub></a><br /><a href="#maintenance-MuirlandOracle" title="Maintenance">๐ง</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/0x03f3">
<br /><sub><b>Joseph Rose</b></sub></a><br /><a href="#ideas-0x03f3" title="Ideas, Planning, & Feedback">๐ค</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JabbaSec">
<br /><sub><b>Jabba</b></sub></a><br /><a href="#data-JabbaSec" title="Data">๐ฃ</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="http://www.jake-ruston.com">
<br /><sub><b>Jake Ruston</b></sub></a><br /><a href="#data-Jake-Ruston" title="Data">๐ฃ</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://h0j3n.github.io/">
<br /><sub><b>Muhammad Ali</b></sub></a><br /><a href="#tool-H0j3n" title="Tools">๐ง</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://sprucelab.site">
<br /><sub><b>edrapac</b></sub></a><br /><a href="#tool-edrapac" title="Tools">๐ง</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://epi052.gitlab.io/notes-to-self/">
<br /><sub><b>epi</b></sub></a><br /><a href="#tool-epi052" title="Tools">๐ง</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://skerritt.blog">
<br /><sub><b>Brandon</b></sub></a><br /><a href="https://github.com/0dayCTF/reverse-shell-generator/commits?author=bee-san" title="Code">๐ป</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://robiot.github.io/">
<br /><sub><b>Robiot</b></sub></a><br /><a href="#content-robiot" title="Content">๐</a> <a href="#maintenance-robiot" title="Maintenance">๐ง</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Hydragyrum">
<br /><sub><b>Adam Bertrand</b></sub></a><br /><a href="#content-Hydragyrum" title="Content">๐</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="http://rohitkumarankam.com">
<br /><sub><b>Rohit Kumar Ankam</b></sub></a><br /><a href="#tool-rohitkumarankam" title="Tools">๐ง</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/t3l3machus">
<br /><sub><b>Panagiotis Chartas</b></sub></a><br /><a href="#infra-t3l3machus" title="Infrastructure (Hosting, Build-Tools, etc)">๐</a> <a href="#tool-t3l3machus" title="Tools">๐ง</a></td>
</tr>
</tbody>
</table>
This project follows the all-contributors specification. Contributions of any kind welcome!
