Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -14730,6 +14730,7 @@ privilege-escalation:
|
||||
command: |
|
||||
$mypid = #{process_id}
|
||||
mavinject $mypid /INJECTRUNNING #{dll_payload}
|
||||
Stop-Process -processname notepad
|
||||
name: powershell
|
||||
elevation_required: true
|
||||
T1548.004:
|
||||
@@ -28278,6 +28279,7 @@ defense-evasion:
|
||||
command: |
|
||||
$mypid = #{process_id}
|
||||
mavinject $mypid /INJECTRUNNING #{dll_payload}
|
||||
Stop-Process -processname notepad
|
||||
name: powershell
|
||||
elevation_required: true
|
||||
T1548.004:
|
||||
|
||||
@@ -43,6 +43,7 @@ With default arguments, expect to see a MessageBox, with notepad's icon in taskb
|
||||
```powershell
|
||||
$mypid = #{process_id}
|
||||
mavinject $mypid /INJECTRUNNING #{dll_payload}
|
||||
Stop-Process -processname notepad
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user