Files
nuclei-templates/code/privilege-escalation/linux/binary/privesc-strace.yaml

49 lines
1.2 KiB
YAML
Raw Normal View History

2024-01-22 18:59:57 +05:30
id: privesc-strace
2023-12-13 22:07:24 +07:00
info:
name: strace - Privilege Escalation
author: daffainfo
severity: high
2024-01-22 18:59:57 +05:30
description: |
strace is a diagnostic, debugging, and instructional utility for Linux. It is used to monitor the system calls and signals that a program receives, allowing users to trace and analyze its interactions with the kernel.
reference:
- https://gtfobins.github.io/gtfobins/strace/
2023-12-13 22:07:24 +07:00
metadata:
verified: true
max-request: 3
tags: code,linux,strace,privesc,local
2023-12-13 22:07:24 +07:00
self-contained: true
code:
- engine:
- sh
- bash
source: |
2024-01-22 18:59:57 +05:30
whoami
2023-12-13 22:07:24 +07:00
- engine:
- sh
- bash
source: |
2024-01-22 18:59:57 +05:30
strace -o /dev/null whoami
2023-12-13 22:07:24 +07:00
- engine:
- sh
- bash
source: |
2024-01-22 18:59:57 +05:30
sudo strace -o /dev/null whoami
2023-12-13 22:07:24 +07:00
matchers-condition: and
matchers:
2024-01-22 18:59:57 +05:30
- type: word
part: code_1_response
words:
- "root"
negative: true
2023-12-13 22:07:24 +07:00
- type: dsl
dsl:
- 'contains(code_2_response, "root")'
- 'contains(code_3_response, "root")'
condition: or
2024-12-01 13:57:55 +00:00
# digest: 4b0a00483046022100b2f29c4110e6326a53b2a08ff54e03c735ea900b6119fd1496c8e226903e3f59022100c9f434d8ac041c8939c163fe7dcfc253d872aa86f7a38bda739bb672982df616:922c64590222798bb761d5b6d8e72950