Generated docs from job=generate-docs branch=master [ci skip]

This commit is contained in:
Atomic Red Team doc generator
2022-04-28 01:16:26 +00:00
parent 4e7044e077
commit e406fe0a0f
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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:
+1
View File
@@ -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
```