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:
AlbertoPellitteri
2024-09-17 23:27:11 +02:00
committed by GitHub
parent c752936b87
commit 01db64eb4f
+1 -2
View File
@@ -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