0ddc31b336
* Added HISTCONTROL for Mac and Linux, and updated Matrices * Corrected Gatekeeper Bypass title
9 lines
196 B
Markdown
9 lines
196 B
Markdown
# Gatekeeper Bypass
|
|
|
|
MITRE ATT&CK Technique: [T1144](https://attack.mitre.org/wiki/Technique/T1144)
|
|
|
|
|
|
sudo xattr -r -d com.apple.quarantine /path/to/MyApp.app
|
|
|
|
sudo spctl --master-disable
|