Hosted Reverse Shell generator with a ton of functionality. -- (Great for CTFs)
Go to file
Ryan Montgomery 5b0dac992f
Update index.html
Added header for Google
2021-04-08 19:43:52 -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 Update script.js 2021-04-05 19:58:45 -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-04-05 15:06:46 +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-04-08 19:43:52 -04:00
netlify.toml Add initial raw link support with netlify functions 2021-03-20 19:29:16 +00:00
README.md docs: update README.md [skip ci] 2021-04-05 15:06:45 +00: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

👀

Chris Wild

📆 🔧 🚇 🎨

Chris Papadopoulos

🎨

Alan Foster

🚇

AG

🚧

Joseph Rose

🤔

Jabba

🔣

Jake Ruston

🔣

Muhammad Ali

🔧

edrapac

🔧

epi

🔧

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