Files
atomic-red-team/Mac/Defense_Evasion/HISTCONTROL.md
T
atmathis 9b9bd358ed Update HISTCONTROL
* Added route to setting permanently in .bash_profile
2018-01-01 16:17:10 -05:00

329 B

HISTCONTROL

MITRE ATT&CK Technique: T1148

Set the environment variable

export HISTCONTROL=ignoreboth

OR

echo export "HISTCONTROL=ignoreboth" >> ~/.bash_profile

Preface commands with a space to exclude them from .bash_history

ls
 whoami > recon.txt