aboutsummaryrefslogtreecommitdiff
path: root/PowerSploit.psm1
diff options
context:
space:
mode:
authorbitform <matt@exploit-monday.com>2013-01-20 21:40:02 -0500
committerbitform <matt@exploit-monday.com>2013-01-20 21:40:02 -0500
commit46aead39c6f8d04b00b3c3f2aad10b7948aa003f (patch)
treeb788d892b5029140aeb394d4f3df744712c643d6 /PowerSploit.psm1
parent03f34b1c1a118fb6c9e9df5168c8a5bc9bea793b (diff)
downloadPowerSploit-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.psm11
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