Fixing test T1546.004.yaml (#2930)
* Fixing last test * Fixing test to make the bash_logout being executed --------- Co-authored-by: Hare Sudhan <code@0x6c.dev>
This commit is contained in:
committed by
GitHub
parent
c752936b87
commit
01db64eb4f
@@ -124,7 +124,6 @@ atomic_tests:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user