Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -6569,10 +6569,9 @@ defense-evasion:
|
||||
type: path
|
||||
default: myapp.app
|
||||
executor:
|
||||
command: 'sudo xattr -d com.apple.quarantine #{app_path}
|
||||
command: 'xattr -d com.apple.quarantine #{app_path}
|
||||
|
||||
'
|
||||
elevation_required: true
|
||||
name: sh
|
||||
T1553.002:
|
||||
technique:
|
||||
|
||||
@@ -3500,10 +3500,9 @@ defense-evasion:
|
||||
type: path
|
||||
default: myapp.app
|
||||
executor:
|
||||
command: 'sudo xattr -d com.apple.quarantine #{app_path}
|
||||
command: 'xattr -d com.apple.quarantine #{app_path}
|
||||
|
||||
'
|
||||
elevation_required: true
|
||||
name: sh
|
||||
T1553.002:
|
||||
technique:
|
||||
|
||||
@@ -45,11 +45,11 @@ Gatekeeper Bypass via command line
|
||||
| app_path | Path to app to be used | path | myapp.app|
|
||||
|
||||
|
||||
#### Attack Commands: Run with `sh`! Elevation Required (e.g. root or admin)
|
||||
#### Attack Commands: Run with `sh`!
|
||||
|
||||
|
||||
```sh
|
||||
sudo xattr -d com.apple.quarantine #{app_path}
|
||||
xattr -d com.apple.quarantine #{app_path}
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user