Welcome to the ultimate playground for network enthusiasts! This repository features a sleek C reverse undetectable shell that connects back to your server, paired with a Python interception server ready to monitor those calls.
- C Reverse Shell Client: Lightweight and efficient, perfect for mastering socket programming.
- Python Interception Server: Your vigilant guardian, intercepting and managing incoming connections with ease.
- Learn by Doing: Gain hands-on experience with networking and security concepts.
- Fun & Educational: Tweak the code and watch your reverse shell come to life!
- Join the Community: Contribute, share ideas, and connect with fellow tech enthusiasts.
Check out the code, unleash your creativity, and explore the exciting world of reverse shells! Don’t forget to star ⭐ this repository if you enjoy it! Feel free to modify any part as needed!
3 projects have been created that can be opened directly with visual studio code:
- reverseshell: This project creates a simple reverse shell that is not detected by antivirus software.
- reverseShell-dll: This project generates the reverse shell code within a DLL and injects it into the notepad.exe process. If the process does not exist, it automatically creates it.
- reverseShell-rust: This project can inject the code of a reverse shell created with msfvenom into the notepad.exe process. Again, if the process does not exist, it will be created automatically.