Merge pull request #315 from redcanaryco/T1055-mh

T1055
This commit is contained in:
caseysmithrc
2018-08-31 06:06:52 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ mavinject $pid /INJECTRUNNING #{dll_payload}
<br/>
## Atomic Test #2 - Process Injection via PowerSploit
PowerShell Injection
PowerShell Injection using [PowerSploit Invoke-DLLInjection](https://github.com/PowerShellMafia/PowerSploit/blob/master/CodeExecution/Invoke-DllInjection.ps1)
**Supported Platforms:** Windows
+1 -1
View File
@@ -25,7 +25,7 @@ atomic_tests:
mavinject $pid /INJECTRUNNING #{dll_payload}
- name: Process Injection via PowerSploit
description: |
PowerShell Injection
PowerShell Injection using [PowerSploit Invoke-DLLInjection](https://github.com/PowerShellMafia/PowerSploit/blob/master/CodeExecution/Invoke-DllInjection.ps1)
supported_platforms:
- windows