Update T1059.004.yaml

This commit is contained in:
Biological Robot
2023-02-12 15:22:08 +00:00
committed by GitHub
parent 7a411af7f6
commit a8076269ce
+2 -2
View File
@@ -168,7 +168,7 @@ atomic_tests:
supported_platforms:
- linux
dependencies:
- description: |
- description: |
chsh - change login shell, must be installed
prereq_command: |
if [ -f /usr/bin/chsh ]; then echo "exit 0"; else echo "exit 1"; exit 1; fi
@@ -196,4 +196,4 @@ atomic_tests:
export ART='echo "Atomic Red Team was here... T1059.004"'
echo $ART |/bin/bash
cleanup_command: |
unset ART
unset ART