Hosted Reverse Shell generator with a ton of functionality. -- (Great for CTFs)
Go to file
Ryan Montgomery 3979ce9199
Update index.html
Updated Meta Description
2021-03-20 19:37:51 -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 Add initial raw link support with netlify functions 2021-03-20 19:29:16 +00:00
server_functions Add initial raw link support with netlify functions 2021-03-20 19:29:16 +00:00
.gitignore wip 2021-03-15 23:49:59 +00:00
favicon.ico Added option saving with LocalStorage. Refactored and removed some jquery. 2021-02-27 22:39:04 -05:00
index.html Update index.html 2021-03-20 19:37:51 -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-20 19:36:40 -04:00

reverse-shell-generator

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

Credits

  • weibell
  • briskets
  • papadope
  • 0day
  • 0x03f3
  • MuirlandOracle