bee-san / reverse-shell-generator

Hosted Reverse Shell generator with a ton of functionality. -- (Great for CTFs)

Home Page:https://revshells.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Hosted Reverse Shell generator with a ton of functionality. -- (Great for CTFs)

https://revshells.com


Languages

Language:JavaScript 57.3%Language:HTML 32.7%Language:CSS 10.0%Language:Dockerfile 0.0%