diff options
author | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-09 10:58:52 -0800 |
---|---|---|
committer | Matt Graeber <PowerShellMafia@users.noreply.github.com> | 2015-11-09 10:58:52 -0800 |
commit | 729e9ca267a26f8b9241019856c7da9fc7b75916 (patch) | |
tree | 28c84267925971c5851dd8fc0e8dbd95de785386 /PowerSploit.pssproj | |
parent | 62bb142a68546e7696fe8032b0ddc4b9f6aae1c3 (diff) | |
download | PowerSploit-729e9ca267a26f8b9241019856c7da9fc7b75916.tar.gz PowerSploit-729e9ca267a26f8b9241019856c7da9fc7b75916.zip |
Removing Invoke-ShellcodeMSIL from psproj file
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" /> |