All Projects → 0dayCTF → Reverse Shell Generator

0dayCTF / Reverse Shell Generator

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Reverse Shell Generator

Name That Hash
🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 3000+ other hashes ☄ Comes with a neat web app 🔥
Stars: ✭ 540 (+126.89%)
Mutual labels:  hacking, ctf
Solved Hacking Problem
✔️ CTF problems and solutions solved by Qwaz
Stars: ✭ 67 (-71.85%)
Mutual labels:  hacking, ctf
Ciphey
⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡
Stars: ✭ 9,116 (+3730.25%)
Mutual labels:  hacking, ctf
Brutesploit
BruteSploit is a collection of method for automated Generate, Bruteforce and Manipulation wordlist with interactive shell. That can be used during a penetration test to enumerate and maybe can be used in CTF for manipulation,combine,transform and permutation some words or file text :p
Stars: ✭ 424 (+78.15%)
Mutual labels:  hacking, ctf
Privilege Escalation
This cheasheet is aimed at the CTF Players and Beginners to help them understand the fundamentals of Privilege Escalation with examples.
Stars: ✭ 2,117 (+789.5%)
Mutual labels:  hacking, ctf
Juice Shop
OWASP Juice Shop: Probably the most modern and sophisticated insecure web application
Stars: ✭ 6,270 (+2534.45%)
Mutual labels:  hacking, ctf
Rhme 2017
Riscure Hack Me embedded hardware CTF 2017-2018.
Stars: ✭ 65 (-72.69%)
Mutual labels:  hacking, ctf
Ctf Writeups Public
Writeups for infosec Capture the Flag events by team Galaxians
Stars: ✭ 331 (+39.08%)
Mutual labels:  hacking, ctf
Awesome Hacking Resources
A collection of hacking / penetration testing resources to make you better!
Stars: ✭ 11,466 (+4717.65%)
Mutual labels:  hacking, ctf
Hackerone Lessons
Transcribed video lessons of HackerOne to pdf's
Stars: ✭ 101 (-57.56%)
Mutual labels:  hacking, ctf
Awesome Privilege Escalation
A curated list of awesome privilege escalation
Stars: ✭ 413 (+73.53%)
Mutual labels:  hacking, ctf
Awesome Ctf Cheatsheet
CTF Cheatsheet
Stars: ✭ 204 (-14.29%)
Mutual labels:  hacking, ctf
Ctf Difficulty
This cheasheet is aimed at the CTF Players and Beginners to help them sort the CTF Challenges on the basis of Difficulties.
Stars: ✭ 338 (+42.02%)
Mutual labels:  hacking, ctf
Security Tools
Collection of small security tools, mostly in Bash and Python. CTFs, Bug Bounty and other stuff.
Stars: ✭ 509 (+113.87%)
Mutual labels:  hacking, ctf
Ctf
CTF (Capture The Flag) writeups, code snippets, notes, scripts
Stars: ✭ 336 (+41.18%)
Mutual labels:  hacking, ctf
Spellbook
Micro-framework for rapid development of reusable security tools
Stars: ✭ 53 (-77.73%)
Mutual labels:  hacking, ctf
Ictf Framework
The iCTF Framework, presented by Shellphish!
Stars: ✭ 281 (+18.07%)
Mutual labels:  hacking, ctf
Hacker101 Ctf
Hacker101 CTF Writeup
Stars: ✭ 295 (+23.95%)
Mutual labels:  hacking, ctf
Pentesting toolkit
🏴‍☠️ Tools for pentesting, CTFs & wargames. 🏴‍☠️
Stars: ✭ 1,268 (+432.77%)
Mutual labels:  hacking, ctf
Rebel Framework
Advanced and easy to use penetration testing framework 💣🔎
Stars: ✭ 183 (-23.11%)
Mutual labels:  hacking, ctf

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

👀

briskets

📆

Alan Foster

🚇

Chris Papadopoulos

🎨

AG

🚧

Joseph Rose

🤔

Jabba

🔣

Jake Ruston

🔣

Muhammad Ali

🔧

edrapac

🔧

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].