aboutsummaryrefslogtreecommitdiff
path: root/Privesc/Privesc.psm1
diff options
context:
space:
mode:
authorHarmj0y <will@harmj0y.net>2015-12-03 21:56:08 -0500
committerHarmj0y <will@harmj0y.net>2015-12-03 21:56:08 -0500
commit8ab8c49a0d34f22fd876b8fe8e0dd5270cbf5da8 (patch)
treed4fb945f2cbacd69a71aaabd0400e7d32a7fb833 /Privesc/Privesc.psm1
parent5fb690518d6fed522c57fcf0a33a4ca4d3b664af (diff)
downloadPowerSploit-8ab8c49a0d34f22fd876b8fe8e0dd5270cbf5da8.tar.gz
PowerSploit-8ab8c49a0d34f22fd876b8fe8e0dd5270cbf5da8.zip
Added ./Privesc/ folder that integrates PowerUp.ps1
Updated README.md's
Diffstat (limited to 'Privesc/Privesc.psm1')
-rw-r--r--Privesc/Privesc.psm11
1 files changed, 1 insertions, 0 deletions
diff --git a/Privesc/Privesc.psm1 b/Privesc/Privesc.psm1
new file mode 100644
index 0000000..81d3818
--- /dev/null
+++ b/Privesc/Privesc.psm1
@@ -0,0 +1 @@
+Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}