48 lines
1.0 KiB
YAML
48 lines
1.0 KiB
YAML
id: privesc-pexec
|
|
|
|
info:
|
|
name: pexec - Privilege Escalation
|
|
author: daffainfo
|
|
severity: high
|
|
description: |
|
|
The term "pexec" typically refers to the "privileged execution" of a command or program.
|
|
reference: |
|
|
https://gtfobins.github.io/gtfobins/pexec/
|
|
metadata:
|
|
verified: true
|
|
tags: code,linux,pexec,privesc
|
|
|
|
self-contained: true
|
|
code:
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
whoami
|
|
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
pexec whoami
|
|
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
sudo pexec 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: 4a0a00473045022100c000c6aff21897526283edb9a61a091f4bf4f35f40ba88d17a5be43abca4078802200947b42987bab5740cbae7af869fa6f069e877273bd74f31eb6fc52700de08c0:922c64590222798bb761d5b6d8e72950 |