Home
Softono
Digispark-Meterpreter-Framework

Digispark-Meterpreter-Framework

Open source MIT Ruby
21
Stars
2
Forks
1
Issues
0
Watchers
4 years
Last Commit

About Digispark-Meterpreter-Framework

A framework which writes your Digispark arduino code for a specific metasploit payload.

Platforms

Web Self-hosted

Languages

Ruby

Links

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

  1. Generate a shellcode based on the chosen payload.
  2. Generate a powershell script containing the payload.
  3. Generate a ready Digispark arduino code (Currently support Azerty/Qwerty Windows targets, more operating systems will be supported in the future).
  4. 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

This project is licensed under the MIT License - see the LICENSE file for details