diff options
Diffstat (limited to 'PowerSploit.psm1')
-rw-r--r-- | PowerSploit.psm1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PowerSploit.psm1 b/PowerSploit.psm1 new file mode 100644 index 0000000..430c1b8 --- /dev/null +++ b/PowerSploit.psm1 @@ -0,0 +1 @@ +Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName }
\ No newline at end of file |