Hosted Reverse Shell generator with a ton of functionality. -- (Great for CTFs)
Go to file
2021-03-23 09:43:12 -04:00
assets css changes 2021-02-28 16:06:23 -05:00
css move js and small fixes 2021-03-23 09:43:12 -04:00
js move js and small fixes 2021-03-23 09:43:12 -04:00
server_functions Add initial raw link support with netlify functions 2021-03-20 19:29:16 +00:00
.all-contributorsrc move js and small fixes 2021-03-23 09:43:12 -04: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 move js and small fixes 2021-03-23 09:43:12 -04:00
netlify.toml Add initial raw link support with netlify functions 2021-03-20 19:29:16 +00:00
README.md Update README.md 2021-03-22 12:19:33 -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):


Ryan Montgomery

👀

briskets

📆

Alan Foster

🚇

Chris Papadopoulos

🎨

AG

🚧

Joseph Rose

🤔

Jabba

🔣

Jake Ruston

🔣

Muhammad Ali

🔧

edrapac

🔧

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