Skip to content

Commit

Permalink
Update main.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
beigeworm authored Dec 11, 2024
1 parent 9f67d7d commit f3b75e2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Beigeworms-Tool-Suite/main.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f3b75e2

Please sign in to comment.