Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 2a8da71

Browse files
author
Matt Graeber
committed
Updated .psproj to reflect additions/removals
1 parent 52c46b1 commit 2a8da71

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

PowerSploit.pssproj

+9-1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@
145145
<Compile Include="Persistence\Usage.md" />
146146
<Compile Include="PowerSploit.psd1" />
147147
<Compile Include="PowerSploit.psm1" />
148+
<Compile Include="Privesc\PowerUp.ps1" />
149+
<Compile Include="Privesc\Privesc.psd1" />
150+
<Compile Include="Privesc\Privesc.psm1" />
151+
<Compile Include="Privesc\README.md" />
148152
<Compile Include="README.md" />
149153
<Compile Include="Recon\Dictionaries\admin.txt" />
150154
<Compile Include="Recon\Dictionaries\generic.txt" />
@@ -153,9 +157,10 @@
153157
<Compile Include="Recon\Get-HttpStatus.ps1" />
154158
<Compile Include="Recon\Invoke-Portscan.ps1" />
155159
<Compile Include="Recon\Invoke-ReverseDnsLookup.ps1" />
160+
<Compile Include="Recon\PowerView.ps1" />
161+
<Compile Include="Recon\README.md" />
156162
<Compile Include="Recon\Recon.psd1" />
157163
<Compile Include="Recon\Recon.psm1" />
158-
<Compile Include="Recon\Usage.md" />
159164
<Compile Include="ScriptModification\Out-CompressedDll.ps1" />
160165
<Compile Include="ScriptModification\Out-EncodedCommand.ps1" />
161166
<Compile Include="ScriptModification\Out-EncryptedScript.ps1" />
@@ -165,6 +170,8 @@
165170
<Compile Include="ScriptModification\Usage.md" />
166171
<Compile Include="Tests\CodeExecution.tests.ps1" />
167172
<Compile Include="Tests\PowerSploit.tests.ps1" />
173+
<Compile Include="Tests\Privesc.tests.ps1" />
174+
<Compile Include="Tests\Recon.tests.ps1" />
168175
</ItemGroup>
169176
<ItemGroup>
170177
<Folder Include="AntivirusBypass\" />
@@ -192,6 +199,7 @@
192199
<Folder Include="Exfiltration\NTFSParser\NTFSParser\" />
193200
<Folder Include="Mayhem\" />
194201
<Folder Include="Persistence\" />
202+
<Folder Include="Privesc\" />
195203
<Folder Include="Recon\" />
196204
<Folder Include="Recon\Dictionaries\" />
197205
<Folder Include="ScriptModification\" />

0 commit comments

Comments
 (0)