Hosted Reverse Shell generator with a ton of functionality. -- (Great for CTFs)
Go to file
Ryan Montgomery 455a402029
Merge pull request #32 from 0dayCTF/all-contributors/add-edrapac
docs: add edrapac as a contributor
2021-03-22 12:18:16 -04:00
assets css changes 2021-02-28 16:06:23 -05:00
css added msfvenom and bind shells 2021-03-15 21:46:01 -04:00
js Update data.js 2021-03-21 12:12:08 -04:00
server_functions Add initial raw link support with netlify functions 2021-03-20 19:29:16 +00:00
.all-contributorsrc docs: update .all-contributorsrc [skip ci] 2021-03-22 16:17:57 +00:00
.gitignore wip 2021-03-15 23:49:59 +00:00
Dockerfile Added dockerfile 2021-03-22 11:09:47 -05:00
favicon.ico Add files via upload 2021-03-22 12:08:04 -04:00
index.html Update index.html 2021-03-22 12:02:31 -04:00
netlify.toml Add initial raw link support with netlify functions 2021-03-20 19:29:16 +00:00
README.md Merge pull request #32 from 0dayCTF/all-contributors/add-edrapac 2021-03-22 12:18:16 -04:00

reverse-shell-generator

All Contributors

Hosted Reverse Shell generator with a ton of functionality -- (great for CTFs)
Netlify Status

Hosted Instance

https://revshells.com

Features

  • Generate common listeners and reverse shells
  • 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 and Light Modes

Screenshot

image

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):


Alan Foster

🚇

AG

🚧

briskets

📆

Joseph Rose

🤔

Jabba

🔣

Jake Ruston

🔣

Chris Papadopoulos

🎨

Ryan Montgomery

👀

Muhammad Ali

🔧

edrapac

🔧

This project follows the all-contributors specification. Contributions of any kind welcome!