Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 329 Bytes

HISTCONTROL.md

File metadata and controls

15 lines (9 loc) · 329 Bytes

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