From 46aead39c6f8d04b00b3c3f2aad10b7948aa003f Mon Sep 17 00:00:00 2001 From: bitform Date: Sun, 20 Jan 2013 21:40:02 -0500 Subject: PowerSploit is now a respectable module! PowerSploit just got a complete makeover! It is now comprised of a collection of modules grouped by category. --- PowerSploit.psm1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 PowerSploit.psm1 (limited to 'PowerSploit.psm1') 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 -- cgit v1.2.3