diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2015-12-18 11:43:40 -0800 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2015-12-18 11:43:40 -0800 |
commit | 2a8da712b6b7df224dc3665712443cb7e642fc55 (patch) | |
tree | 52df3c977b8da64ef7baf39eaa1f3bfd313e361a /PowerSploit.pssproj | |
parent | 52c46b1d3a9b61122bdc4553665c7a56ac8744a1 (diff) | |
download | PowerSploit-2a8da712b6b7df224dc3665712443cb7e642fc55.tar.gz PowerSploit-2a8da712b6b7df224dc3665712443cb7e642fc55.zip |
Updated .psproj to reflect additions/removals
Diffstat (limited to 'PowerSploit.pssproj')
-rw-r--r-- | PowerSploit.pssproj | 10 |
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\" /> |