id: privesc-aa-exec info: name: aa-exec - Privilege Escalation author: daffainfo severity: high description: | aa-exec is used to launch a program confined by the specified profile and or namespace. reference: - https://gtfobins.github.io/gtfobins/aa-exec/ metadata: verified: true tags: code,linux,aa-exec,privesc self-contained: true code: - engine: - sh - bash source: | whoami - engine: - sh - bash source: | aa-exec whoami - engine: - sh - bash source: | sudo aa-exec whoami matchers-condition: and matchers: - type: word part: code_1_response words: - "root" negative: true - type: dsl dsl: - 'contains(code_2_response, "root")' - 'contains(code_3_response, "root")' condition: or