reverse-shell-generator/README.md

36 lines
950 B
Markdown
Raw Normal View History

# reverse-shell-generator
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-16 02:09:06 +00:00
![image](https://user-images.githubusercontent.com/58673953/111243529-9d646f80-85d7-11eb-986c-9842747dc2e7.png)
2021-03-02 01:23:34 +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