Stealthy remote control via a Pro Micro board.
mucky.mp4
The Pro Micro Reverse Shell is a lightweight tool for remote command execution on Windows systems. It leverages a Pro Micro board to initiate a reverse shell, enabling stealthy command prompt access via a downloaded netcat executable.
- Stealth Operation: Executes commands discreetly without user awareness.
- Minimal Dependencies: Uses the Arduino
Keyboard
library for keyboard emulation. - Simple Setup: Easy to modify and deploy on a Pro Micro board.
None
-
Clone the repository:
git clone https://github.com/Kyouma960/Mucky cd Mucky
-
Open the project in the Arduino IDE.
- Modify the URL in the script to point to your netcat executable.
- Upload the sketch to the Pro Micro.
- Connect the Pro Micro to the target machine to initiate the reverse shell.
This project is licensed under the MIT License. See the LICENSE file for details.
- Inspired by community tools for ethical hacking and cybersecurity.