
DigiSpark Scripts Collection
A lightweight and powerful collection of ready-to-use Digispark scripts for automation, USB keystroke attacks, and custom payload development.
Features
Ready-to-Use Scripts
Plug and play scripts for common automation tasks
Keystroke Attacks
Pre-configured payloads for penetration testing
Cross-Platform
Works on Windows, macOS, and Linux
Customizable
Easy to modify for your specific needs
Installation
Prerequisites
Setup
- Install the Arduino IDE
- Add Digistump board to Arduino IDE:
- Go to
File > Preferences
- Add
https://raw.githubusercontent.com/digistump/arduino-boards-index/master/package_digistump_index.json
to Additional Board Manager URLs - Go to
Tools > Board > Boards Manager
- Search for "Digistump AVR Boards" and install
- Go to
- Choose one of our scripts
- Open a script in Arduino IDE:
- Browse to the script you want to use
- Open the
.ino
file with Arduino IDE - Select
Tools > Board > Digispark (Default - 16.5MHz)
Script Categories
Windows Scripts
Script | Description |
---|---|
DiscordGrabber | Discord token and information grabber |
Featured Script: DiscoGrab
A DigiSpark-based tool for educational purposes that demonstrates how Discord tokens can be captured using a combination of Python and DigiSpark scripts.
Disclaimer
This project is intended only for ethical hacking and educational demonstration. Do not use this tool to access any system or account without explicit permission. The author is not responsible for any misuse.
Overview
DiscoGrab is a demonstration tool that shows how Discord tokens can be captured using a DigiSpark board. It consists of two key components:
- Python Script – Extracts Discord tokens and sends them to a webhook
- DigiSpark Script – Delivers the Python executable onto the target machine via simulated keystrokes
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
# Fork the repo
git checkout -b feature/your-feature-name
# Make your changes
git commit -m "Add some amazing feature"
# Push and open a PR
git push origin feature/your-feature-name
License
This project is licensed under the MIT License - see the LICENSE file for details.
Educational Disclaimer
All Digispark scripts provided by CoreHub.lol are intended for educational and ethical research purposes only. These tools are designed to help security professionals, researchers, and developers understand security concepts and improve their defensive capabilities. Misuse of these tools for unauthorized access to systems or networks is strictly prohibited and may be illegal. Users are responsible for ensuring they have proper authorization before using these tools in any environment.