From f3b75e2326ce108317962428b1617fa51ab85567 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:07:39 +0000 Subject: [PATCH] Update main.ps1 --- Beigeworms-Tool-Suite/main.ps1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Beigeworms-Tool-Suite/main.ps1 b/Beigeworms-Tool-Suite/main.ps1 index c15edc6..853df32 100644 --- a/Beigeworms-Tool-Suite/main.ps1 +++ b/Beigeworms-Tool-Suite/main.ps1 @@ -1,3 +1,21 @@ +<# +======================================= Beigeworm's Toolset GUI ========================================== + +SYNOPSIS +All useful tools in one place. +A selection of Powershell tools from this repo can be ran from this script. + +USAGE +1. Replace the URLS and TOKENS below. (they can also be added by running the script) +2. Run the script and follow options in the GUI + +INFO +Closing this script will NOT close any scripts that were started from this script. +Any background/hidden scripts eg. C2 clients will keep running. + +raw shortlink - https://is.gd/bwtoolset + +#> Add-Type -AssemblyName System.Windows.Forms Add-Type -AssemblyName System.Drawing Add-Type -AssemblyName Microsoft.VisualBasic