Hosted Reverse Shell generator with a ton of functionality. -- (Great for CTFs)
Go to file
rohitkumarankam 49070b52f5 fixed typos
2022-05-19 23:36:55 +05:30
assets relocated the download button and added svg 2022-02-27 23:55:37 +05:30
css Add build minification and obfuscation 2022-03-20 14:24:15 +00:00
js Add Vlang Reverse Shell 2022-04-24 05:14:56 +02:00
parcel-transformer-obfuscation Add build minification and obfuscation 2022-03-20 14:24:15 +00: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-09-21 18:56:12 +00:00
.gitignore Add build minification and obfuscation 2022-03-20 14:24:15 +00:00
.parcelrc Add build minification and obfuscation 2022-03-20 14:24:15 +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 fixed typos 2022-05-19 23:36:55 +05:30
LICENSE Create LICENSE 2022-03-25 15:37:58 -04:00
netlify.toml Add build minification and obfuscation 2022-03-20 14:24:15 +00:00
package.json Add build minification and obfuscation 2022-03-20 14:24:15 +00:00
README.md docs: update README.md [skip ci] 2021-09-21 18:56:11 +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

🔧

Brandon

💻

Robiot

🖋 🚧

Adam Bertrand

🖋

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