T1070.003-Update (#1164)

* T1070.003-Update

* wording update

Co-authored-by: Toua Lor <tlor@nti.local>
Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
tlor89
2020-08-01 17:54:39 -05:00
committed by GitHub
parent 5714759941
commit 34953ac95f
+12 -1
View File
@@ -81,4 +81,15 @@ atomic_tests:
echo 'set +o history' >> ~/.bashrc
. ~/.bashrc
history -c
name: sh
name: sh
- name: Use Space Before Command to Avoid Logging to History
description: |
Using a space before a command causes the command to not be logged in the Bash History file
supported_platforms:
- linux
- macos
executor:
command: |
hostname
whoami
name: sh