mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
46aead39c6
PowerSploit just got a complete makeover! It is now comprised of a collection of modules grouped by category.
1 line
89 B
PowerShell
1 line
89 B
PowerShell
Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName } |