|
145 | 145 | <Compile Include="Persistence\Usage.md" />
|
146 | 146 | <Compile Include="PowerSploit.psd1" />
|
147 | 147 | <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" /> |
148 | 152 | <Compile Include="README.md" />
|
149 | 153 | <Compile Include="Recon\Dictionaries\admin.txt" />
|
150 | 154 | <Compile Include="Recon\Dictionaries\generic.txt" />
|
|
153 | 157 | <Compile Include="Recon\Get-HttpStatus.ps1" />
|
154 | 158 | <Compile Include="Recon\Invoke-Portscan.ps1" />
|
155 | 159 | <Compile Include="Recon\Invoke-ReverseDnsLookup.ps1" />
|
| 160 | + <Compile Include="Recon\PowerView.ps1" /> |
| 161 | + <Compile Include="Recon\README.md" /> |
156 | 162 | <Compile Include="Recon\Recon.psd1" />
|
157 | 163 | <Compile Include="Recon\Recon.psm1" />
|
158 |
| - <Compile Include="Recon\Usage.md" /> |
159 | 164 | <Compile Include="ScriptModification\Out-CompressedDll.ps1" />
|
160 | 165 | <Compile Include="ScriptModification\Out-EncodedCommand.ps1" />
|
161 | 166 | <Compile Include="ScriptModification\Out-EncryptedScript.ps1" />
|
|
165 | 170 | <Compile Include="ScriptModification\Usage.md" />
|
166 | 171 | <Compile Include="Tests\CodeExecution.tests.ps1" />
|
167 | 172 | <Compile Include="Tests\PowerSploit.tests.ps1" />
|
| 173 | + <Compile Include="Tests\Privesc.tests.ps1" /> |
| 174 | + <Compile Include="Tests\Recon.tests.ps1" /> |
168 | 175 | </ItemGroup>
|
169 | 176 | <ItemGroup>
|
170 | 177 | <Folder Include="AntivirusBypass\" />
|
|
192 | 199 | <Folder Include="Exfiltration\NTFSParser\NTFSParser\" />
|
193 | 200 | <Folder Include="Mayhem\" />
|
194 | 201 | <Folder Include="Persistence\" />
|
| 202 | + <Folder Include="Privesc\" /> |
195 | 203 | <Folder Include="Recon\" />
|
196 | 204 | <Folder Include="Recon\Dictionaries\" />
|
197 | 205 | <Folder Include="ScriptModification\" />
|
|
0 commit comments