diff options
author | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-09 10:52:41 -0800 |
---|---|---|
committer | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-09 10:52:41 -0800 |
commit | a78b40429e745a9f32a0d4a50836d5db07a62873 (patch) | |
tree | e7bb487e2cfd03afa3a27527d954d5e3d0d0067e /PowerSploit.pssproj | |
parent | a0ab599810f8f05a9bf24850fb9104516b71abb7 (diff) | |
download | PowerSploit-a78b40429e745a9f32a0d4a50836d5db07a62873.tar.gz PowerSploit-a78b40429e745a9f32a0d4a50836d5db07a62873.zip |
Revert "Excluding the Tests folder from being loaded as a module"
This reverts commit a0ab599810f8f05a9bf24850fb9104516b71abb7.
Diffstat (limited to 'PowerSploit.pssproj')
-rw-r--r-- | PowerSploit.pssproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PowerSploit.pssproj b/PowerSploit.pssproj index ea5854c..bd96099 100644 --- a/PowerSploit.pssproj +++ b/PowerSploit.pssproj @@ -78,6 +78,7 @@ <Compile Include="CodeExecution\Invoke-ReflectivePEInjection_Resources\Shellcode\x86\ExitThread.asm" /> <Compile Include="CodeExecution\Invoke-ReflectivePEInjection_Resources\Shellcode\x86\GetProcAddress.asm" /> <Compile Include="CodeExecution\Invoke-Shellcode.ps1" /> + <Compile Include="CodeExecution\Invoke-ShellcodeMSIL.ps1" /> <Compile Include="CodeExecution\Invoke-WmiCommand.ps1" /> <Compile Include="CodeExecution\Usage.md" /> <Compile Include="Exfiltration\Exfiltration.psd1" /> |