mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
c45f3361e2
* All scripts used to prepare and/or modify payload scripts were added to the ScriptModification module. * Added Remove-Comments - Strips comments and extra whitespace from a script. * Encrypt-Script was named to Out-EncryptedScript in order to conform to proper PowerShell verbs.
1 line
69 B
PowerShell
1 line
69 B
PowerShell
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName} |