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