diff --git a/atomics/T1055/T1055.md b/atomics/T1055/T1055.md index 17e82920..e7495865 100644 --- a/atomics/T1055/T1055.md +++ b/atomics/T1055/T1055.md @@ -70,7 +70,7 @@ mavinject $pid /INJECTRUNNING #{dll_payload}
## 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 diff --git a/atomics/T1055/T1055.yaml b/atomics/T1055/T1055.yaml index 30b97730..377e0db4 100644 --- a/atomics/T1055/T1055.yaml +++ b/atomics/T1055/T1055.yaml @@ -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