Digispark-Meterpreter-Framework
Digispark-Meterpreter-Framework copied to clipboard
A framework which writes your Digispark arduino code for a specific metasploit payload.
Digispark-Meterpreter-Framework
A ruby framework which writes the Digispark arduino code for you by specifying a metasploit payload, beneficial for time saving, efficient when implemented to Kali Linux (for fast shells lovers).
Getting Started
Features
- Generate a shellcode based on the chosen payload.
- Generate a powershell script containing the payload.
- Generate a ready Digispark arduino code (Currently support Azerty/Qwerty Windows targets, more operating systems will be supported in the future).
- Option to self-host the powershell script on the go using a ruby server.
Prerequisites and Dependencies
- Kali Linux distribution or any distro running these tools: MsfVenom and Metasploit. (Note that Kali Linux includes everything required for this framework to run).
- Ruby
How to use
Run (root): (Tested on KALI Linux)
sudo git clone https://github.com/nassimosaz/Digispark-Meterpreter-Framework.git && cd Digispark-Meterpreter-Framework && chmod +x main.rb
sudo ruby main.rb
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Authors
- Nassim Bentarka - Developer - NassimBentarka
License
This project is licensed under the MIT License - see the LICENSE file for details