PowerSploit/PowerSploit.psm1

1 line
89 B
PowerShell

Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName }