Update samy.ps1

This commit is contained in:
2025-12-11 16:47:19 -05:00
parent d91409bb99
commit 4879a6fce1

View File

@@ -123,6 +123,7 @@ function Invoke-ScriptAutomationMonkey {
Download and launch SAMY in interactive UI mode on the local machine.
.EXAMPLE
& ([ScriptBlock]::Create((iwr 'samybeta.svstools.ca').Content )) -SilentInstall
(iwr samy.svstools.ca -UseBasicParsing).Content | iex
Invoke-ScriptAutomationMonkey -SilentInstall