aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Graeber <mattgraeber@gmail.com>2015-12-18 11:43:40 -0800
committerMatt Graeber <mattgraeber@gmail.com>2015-12-18 11:43:40 -0800
commit2a8da712b6b7df224dc3665712443cb7e642fc55 (patch)
tree52df3c977b8da64ef7baf39eaa1f3bfd313e361a
parent52c46b1d3a9b61122bdc4553665c7a56ac8744a1 (diff)
downloadPowerSploit-2a8da712b6b7df224dc3665712443cb7e642fc55.tar.gz
PowerSploit-2a8da712b6b7df224dc3665712443cb7e642fc55.zip
Updated .psproj to reflect additions/removals
-rw-r--r--PowerSploit.pssproj10
1 files changed, 9 insertions, 1 deletions
diff --git a/PowerSploit.pssproj b/PowerSploit.pssproj
index ea5854c..f95bcc3 100644
--- a/PowerSploit.pssproj
+++ b/PowerSploit.pssproj
@@ -145,6 +145,10 @@
<Compile Include="Persistence\Usage.md" />
<Compile Include="PowerSploit.psd1" />
<Compile Include="PowerSploit.psm1" />
+ <Compile Include="Privesc\PowerUp.ps1" />
+ <Compile Include="Privesc\Privesc.psd1" />
+ <Compile Include="Privesc\Privesc.psm1" />
+ <Compile Include="Privesc\README.md" />
<Compile Include="README.md" />
<Compile Include="Recon\Dictionaries\admin.txt" />
<Compile Include="Recon\Dictionaries\generic.txt" />
@@ -153,9 +157,10 @@
<Compile Include="Recon\Get-HttpStatus.ps1" />
<Compile Include="Recon\Invoke-Portscan.ps1" />
<Compile Include="Recon\Invoke-ReverseDnsLookup.ps1" />
+ <Compile Include="Recon\PowerView.ps1" />
+ <Compile Include="Recon\README.md" />
<Compile Include="Recon\Recon.psd1" />
<Compile Include="Recon\Recon.psm1" />
- <Compile Include="Recon\Usage.md" />
<Compile Include="ScriptModification\Out-CompressedDll.ps1" />
<Compile Include="ScriptModification\Out-EncodedCommand.ps1" />
<Compile Include="ScriptModification\Out-EncryptedScript.ps1" />
@@ -165,6 +170,8 @@
<Compile Include="ScriptModification\Usage.md" />
<Compile Include="Tests\CodeExecution.tests.ps1" />
<Compile Include="Tests\PowerSploit.tests.ps1" />
+ <Compile Include="Tests\Privesc.tests.ps1" />
+ <Compile Include="Tests\Recon.tests.ps1" />
</ItemGroup>
<ItemGroup>
<Folder Include="AntivirusBypass\" />
@@ -192,6 +199,7 @@
<Folder Include="Exfiltration\NTFSParser\NTFSParser\" />
<Folder Include="Mayhem\" />
<Folder Include="Persistence\" />
+ <Folder Include="Privesc\" />
<Folder Include="Recon\" />
<Folder Include="Recon\Dictionaries\" />
<Folder Include="ScriptModification\" />