aboutsummaryrefslogtreecommitdiff
path: root/PowerSploit.psm1
diff options
context:
space:
mode:
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