48 lines
1.0 KiB
YAML
48 lines
1.0 KiB
YAML
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
|
|
# digest: 490a00463044022052655e82a2302e3930061a3e1ca4ea0c65ab553c1a688654c29f9f50eecb29690220468307131c8570d5c7c58b629e5cb7c069c1078dea98d211b619b0a9de1f6f69:922c64590222798bb761d5b6d8e72950 |