DigiSpark-Scripts/README.md

51 lines
2.4 KiB
Markdown
Raw Normal View History

2017-05-05 23:17:36 +00:00
![alt text](https://cdn.instructables.com/FKP/MAA2/HH2VJNW1/FKPMAA2HH2VJNW1.MEDIUM.jpg "The DigiSpark")
2017-05-05 23:15:13 +00:00
# DigiSpark-Scripts
2017-05-05 23:20:29 +00:00
This is a set of hand-written DigiSpark sketches for the Arduino IDE that utilize the DigiKeyboard.h library making the DigiSpark to act as a keyboard and execute a variety of actions. If you have found a USB Rubber Ducky scipt that you want to convert to a DigiSpark sketch, you can always use digiQuack, a tool which can be found in my repositories.
2017-05-05 23:15:13 +00:00
# Instructions
Configure the Arduino IDE for the DigiSpark using: https://digistump.com/wiki/digispark/tutorials/connecting or Seytonic's tutorial: https://youtu.be/fGmGBa-4cYQ. Then download one of scripts (sketches), open them with Arduino IDE, modify them if needed and upload them to the DigiSpark.
# Script Descriptions
>RickRoll_Update : Plays Never Gonna Give you up while performing a fake windows update.
>WallpaperChanger : Downloads and applies a wallpaper via powershell.
>Wallpaper_Prank : Takes a screenshot of the desktop, sets it as the wallpaper, hides desktop icons.
2018-05-05 07:02:46 +00:00
>Talker : Opens up powershell and speaks out a message.
2017-05-05 23:15:13 +00:00
>PowerShell Script Executer : Downloads and runs a powershell script.
>WiFi_Profile_Grabber: Using cmd, extracts wifi profiles and saves the csv to the usb mounted on d:\
>WiFi_Profile_Mailer : Writes the wireless network credentials to a csv file and emails it.
>Fork_Bomb : Opens up an obfuscated windows terminal and makes it multiply itself uncontrolably causing the machine to either lock or crash.
2018-05-05 07:02:46 +00:00
>Rapid_Shell : Seamlessly executes metasploit payloads through powershell.
>Reverse_Shell : Opens a reverse shell in 3 seconds.
2018-02-23 20:10:32 +00:00
# See the scripts in action
Click the gifs to see the full video
[![Wifi Stealer](https://j.gifs.com/N9KP5v.gif)](https://www.youtube.com/watch?v=b5E0u4qNH4s)
[![Wallpaper Prank](https://j.gifs.com/32r7ER.gif)](https://www.youtube.com/watch?v=yHPRZnpxvks)
2018-05-05 07:02:46 +00:00
# Credits, contributors and resources:
-samratashok for the Nishang reverse shell used in Reverse_Shell.
-nassimosaz for the Rapid_Shell script.
2018-02-23 20:10:32 +00:00
-p0wc0w for the original WiFi Grabber and Mailer Scripts.
-BlackBoot for the original fork bomb.
-hak5darren for the USB Rubber Ducky Documentation: https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript
-Digistump for the DigiSpark and their documentation: https://github.com/digistump/DigisparkArduinoIntegration/blob/master/libraries/DigisparkKeyboard/DigiKeyboard.h