diff options
author | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-09 10:52:23 -0800 |
---|---|---|
committer | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-09 10:52:23 -0800 |
commit | a0ab599810f8f05a9bf24850fb9104516b71abb7 (patch) | |
tree | 28c84267925971c5851dd8fc0e8dbd95de785386 /PowerSploit.pssproj | |
parent | aae81ddfe554abb75c9dd9f1bab5474cfe41c6e7 (diff) | |
download | PowerSploit-a0ab599810f8f05a9bf24850fb9104516b71abb7.tar.gz PowerSploit-a0ab599810f8f05a9bf24850fb9104516b71abb7.zip |
Excluding the Tests folder from being loaded as a module
Diffstat (limited to 'PowerSploit.pssproj')
-rw-r--r-- | PowerSploit.pssproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PowerSploit.pssproj b/PowerSploit.pssproj index bd96099..ea5854c 100644 --- a/PowerSploit.pssproj +++ b/PowerSploit.pssproj @@ -78,7 +78,6 @@ <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" /> |