Generated docs from job=generate-docs branch=master [ci skip]

This commit is contained in:
Atomic Red Team doc generator
2025-10-06 15:40:17 +00:00
parent a3c1d8157d
commit 55c553ddd3
3 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -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:
+1 -2
View File
@@ -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:
+2 -2
View File
@@ -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}
```