7 lines
201 B
Markdown
7 lines
201 B
Markdown
|
|
# .bash_profile and .bashrc
|
||
|
|
|
||
|
|
MITRE ATT&CK Technique: [T1156](https://attack.mitre.org/wiki/Technique/T1156)
|
||
|
|
|
||
|
|
echo "/path/to/script.py" >> ~/.bash_profile
|
||
|
|
echo "/path/to/script.py" >> ~/.bashrc
|