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 Sep 17, 2024
1 parent 01db64e commit bf6d976
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
6 changes: 2 additions & 4 deletions atomics/Indexes/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45794,8 +45794,7 @@ privilege-escalation:
elevation_required: true
command: |
useradd --create-home --shell /bin/bash art
su --login art
echo 'echo "Atomic Red Team was here... T1546.004" >> $HOME/art.txt' >> $HOME/.bash_logout
su -l art -c "echo 'echo \"Atomic Red Team was here... T1546.004\" >> /home/art/art.txt' >> /home/art/.bash_logout; exit"
cleanup_command: 'userdel -fr art

'
Expand Down Expand Up @@ -69751,8 +69750,7 @@ persistence:
elevation_required: true
command: |
useradd --create-home --shell /bin/bash art
su --login art
echo 'echo "Atomic Red Team was here... T1546.004" >> $HOME/art.txt' >> $HOME/.bash_logout
su -l art -c "echo 'echo \"Atomic Red Team was here... T1546.004\" >> /home/art/art.txt' >> /home/art/.bash_logout; exit"
cleanup_command: 'userdel -fr art

'
Expand Down
6 changes: 2 additions & 4 deletions atomics/Indexes/linux-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26081,8 +26081,7 @@ privilege-escalation:
elevation_required: true
command: |
useradd --create-home --shell /bin/bash art
su --login art
echo 'echo "Atomic Red Team was here... T1546.004" >> $HOME/art.txt' >> $HOME/.bash_logout
su -l art -c "echo 'echo \"Atomic Red Team was here... T1546.004\" >> /home/art/art.txt' >> /home/art/.bash_logout; exit"
cleanup_command: 'userdel -fr art

'
Expand Down Expand Up @@ -40464,8 +40463,7 @@ persistence:
elevation_required: true
command: |
useradd --create-home --shell /bin/bash art
su --login art
echo 'echo "Atomic Red Team was here... T1546.004" >> $HOME/art.txt' >> $HOME/.bash_logout
su -l art -c "echo 'echo \"Atomic Red Team was here... T1546.004\" >> /home/art/art.txt' >> /home/art/.bash_logout; exit"
cleanup_command: 'userdel -fr art

'
Expand Down
3 changes: 1 addition & 2 deletions atomics/T1546.004/T1546.004.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@ This test creates the art user, logs in, creates a .bash_logout which will echo

```bash
useradd --create-home --shell /bin/bash art
su --login art
echo 'echo "Atomic Red Team was here... T1546.004" >> $HOME/art.txt' >> $HOME/.bash_logout
su -l art -c "echo 'echo \"Atomic Red Team was here... T1546.004\" >> /home/art/art.txt' >> /home/art/.bash_logout; exit"
```

#### Cleanup Commands:
Expand Down

0 comments on commit bf6d976

Please sign in to comment.