Hosted Reverse Shell generator with a ton of functionality. -- (Great for CTFs)
Go to file
Ryan Montgomery 6b4b275341
Merge pull request #142 from hugo-syn/main
Update PowerShell TLS 4
2023-08-01 10:38:50 -04:00
assets Add files via upload 2023-02-18 13:09:57 -05:00
css Update meme-mode.css 2023-02-18 13:11:38 -05:00
js Update PowerShell TLS 2023-08-01 16:13:55 +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] 2023-02-16 19:11:27 +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 ⚒ Fix IP input max-length 2023-04-01 19:36:16 +03:00
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 Update README.md 2023-02-16 14:14:56 -05: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
  • Save button to download Payloads from browser.
  • 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, Light and Meme Modes
  • HoaxShell integration with custom listener (see link below for more information) | Credit: https://github.com/t3l3machus

HoaxShell Listener Docs

https://github.com/t3l3machus/hoaxshell/tree/main/revshells

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
Ryan Montgomery

👀
Chris Wild
Chris Wild

📆 🔧 🚇 🎨
Chris Papadopoulos
Chris Papadopoulos

🎨
Alan Foster
Alan Foster

🚇
AG
AG

🚧
Joseph Rose
Joseph Rose

🤔
Jabba
Jabba

🔣
Jake Ruston
Jake Ruston

🔣
Muhammad Ali
Muhammad Ali

🔧
edrapac
edrapac

🔧
epi
epi

🔧
Brandon
Brandon

💻
Robiot
Robiot

🖋 🚧
Adam Bertrand
Adam Bertrand

🖋
Rohit Kumar Ankam
Rohit Kumar Ankam

🔧
Panagiotis Chartas
Panagiotis Chartas

🚇 🔧

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