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

49 lines
1.2 KiB
YAML
Raw Normal View History

2024-01-22 18:59:57 +05:30
id: privesc-timeout
2023-12-13 22:07:24 +07:00
info:
name: Timeout - Privilege Escalation
author: daffainfo
severity: high
2024-01-22 18:59:57 +05:30
description: |
The timeout command is used to run a command with a specified time limit. It is commonly used to prevent a command from running indefinitely and to enforce a time restriction on its execution.
reference:
- https://gtfobins.github.io/gtfobins/timeout/
2023-12-13 22:07:24 +07:00
metadata:
verified: true
max-request: 3
tags: code,linux,timeout,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
timeout 7d whoami
2023-12-13 22:07:24 +07:00
- engine:
- sh
- bash
source: |
2024-01-22 18:59:57 +05:30
sudo timeout 7d 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: 4b0a00483046022100c042743d058a22bfcb91fdd4b81699d0cbf639618c1c41eba3018ecaac009311022100c1a34333b4042ff424645190eeb4c5c29c76ae7332731b2cc8a8cbea2128e587:922c64590222798bb761d5b6d8e72950