diff options
author | bitform <matt@exploit-monday.com> | 2013-01-20 21:40:02 -0500 |
---|---|---|
committer | bitform <matt@exploit-monday.com> | 2013-01-20 21:40:02 -0500 |
commit | 46aead39c6f8d04b00b3c3f2aad10b7948aa003f (patch) | |
tree | b788d892b5029140aeb394d4f3df744712c643d6 /PowerSploit.psm1 | |
parent | 03f34b1c1a118fb6c9e9df5168c8a5bc9bea793b (diff) | |
download | PowerSploit-46aead39c6f8d04b00b3c3f2aad10b7948aa003f.tar.gz PowerSploit-46aead39c6f8d04b00b3c3f2aad10b7948aa003f.zip |
PowerSploit is now a respectable module!
PowerSploit just got a complete makeover! It is now comprised of a
collection of modules grouped by category.
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 |