2021-03-20 18:38:52 +00:00
|
|
|
# reverse-shell-generator
|
2021-03-21 01:01:39 +00:00
|
|
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
2021-03-21 01:11:30 +00:00
|
|
|
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
|
2021-03-21 01:01:39 +00:00
|
|
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
2021-03-09 16:19:29 +00:00
|
|
|
Hosted Reverse Shell generator with a ton of functionality -- (great for CTFs)
|
|
|
|
<br> [![Netlify Status](https://api.netlify.com/api/v1/badges/46dbabe0-23b7-42e6-b04b-e1769dc455ce/deploy-status)](https://app.netlify.com/sites/brave-swartz-5dcdab/deploys)
|
2021-03-09 16:18:24 +00:00
|
|
|
|
|
|
|
### Hosted Instance
|
|
|
|
https://revshells.com
|
|
|
|
|
|
|
|
### Features
|
2021-03-09 01:29:28 +00:00
|
|
|
|
2021-02-28 03:11:16 +00:00
|
|
|
- Generate common listeners and reverse shells
|
2021-03-20 23:36:40 +00:00
|
|
|
- Raw mode to cURL shells to your machine.
|
2021-02-28 03:11:16 +00:00
|
|
|
- Button to increment the listening port number by 1
|
|
|
|
- URI and Base64 encoding
|
|
|
|
- LocalStorage to persist your configuration
|
|
|
|
- Dark and Light Modes
|
|
|
|
|
|
|
|
### Screenshot
|
2021-03-20 18:38:52 +00:00
|
|
|
|
2021-03-20 23:40:04 +00:00
|
|
|
![image](https://user-images.githubusercontent.com/44453666/111888563-02430f80-89b4-11eb-9e17-ea3de014cf69.png)
|
2021-03-02 01:23:34 +00:00
|
|
|
|
2021-03-20 18:38:52 +00:00
|
|
|
## 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
|
|
|
|
```
|
|
|
|
|
2021-03-08 16:51:13 +00:00
|
|
|
### Credits
|
|
|
|
- weibell
|
|
|
|
- briskets
|
|
|
|
- papadope
|
|
|
|
- 0day
|
2021-03-09 03:02:32 +00:00
|
|
|
- 0x03f3
|
2021-03-19 23:44:12 +00:00
|
|
|
- MuirlandOracle
|
2021-03-21 01:01:39 +00:00
|
|
|
|
|
|
|
## Contributors ✨
|
|
|
|
|
|
|
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
|
|
|
|
|
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
|
|
<!-- prettier-ignore-start -->
|
|
|
|
<!-- markdownlint-disable -->
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td align="center"><a href="https://www.alanfoster.me/"><img src="https://avatars.githubusercontent.com/u/1271782?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alan Foster</b></sub></a><br /><a href="#infra-AlanFoster" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
|
2021-03-21 01:03:41 +00:00
|
|
|
<td align="center"><a href="https://muir.land"><img src="https://avatars.githubusercontent.com/u/58998623?v=4?s=100" width="100px;" alt=""/><br /><sub><b>AG</b></sub></a><br /><a href="#maintenance-MuirlandOracle" title="Maintenance">🚧</a></td>
|
2021-03-21 01:04:41 +00:00
|
|
|
<td align="center"><a href="https://briskets.io"><img src="https://avatars.githubusercontent.com/u/58673953?v=4?s=100" width="100px;" alt=""/><br /><sub><b>briskets</b></sub></a><br /><a href="#projectManagement-briskets" title="Project Management">📆</a></td>
|
2021-03-21 01:06:18 +00:00
|
|
|
<td align="center"><a href="https://github.com/0x03f3"><img src="https://avatars.githubusercontent.com/u/24409121?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Joseph Rose</b></sub></a><br /><a href="#ideas-0x03f3" title="Ideas, Planning, & Feedback">🤔</a></td>
|
2021-03-21 01:10:07 +00:00
|
|
|
<td align="center"><a href="https://github.com/JabbaCS"><img src="https://avatars.githubusercontent.com/u/68778279?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jabba</b></sub></a><br /><a href="#data-JabbaCS" title="Data">🔣</a></td>
|
2021-03-21 01:10:49 +00:00
|
|
|
<td align="center"><a href="http://www.jake-ruston.com"><img src="https://avatars.githubusercontent.com/u/22551835?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jake Ruston</b></sub></a><br /><a href="#data-Jake-Ruston" title="Data">🔣</a></td>
|
2021-03-21 01:11:30 +00:00
|
|
|
<td align="center"><a href="https://papadope.net/"><img src="https://avatars.githubusercontent.com/u/28659477?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chris Papadopoulos</b></sub></a><br /><a href="#design-Papadope" title="Design">🎨</a></td>
|
2021-03-21 01:01:39 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<!-- markdownlint-restore -->
|
|
|
|
<!-- prettier-ignore-end -->
|
|
|
|
|
|
|
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
|
|
|
|
|
|
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|