48 lines
1.0 KiB
YAML
48 lines
1.0 KiB
YAML
id: privesc-time
|
|
|
|
info:
|
|
name: Time - Privilege Escalation
|
|
author: daffainfo
|
|
severity: high
|
|
description: |
|
|
The time command is used to determine the amount of time taken by a command to execute.
|
|
reference:
|
|
- https://gtfobins.github.io/gtfobins/time/
|
|
metadata:
|
|
verified: true
|
|
tags: code,linux,time,privesc
|
|
|
|
self-contained: true
|
|
code:
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
whoami
|
|
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
time whoami
|
|
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
sudo time 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: 4b0a00483046022100cc8e3fbc97d7198e7c975f6afe20638e1e0cc9a39a4102125433074ce70972f8022100a4d8e3b805817711f7cdcd8e67d24ef7a9193a74e31104e2e721b49b14d5c6ac:922c64590222798bb761d5b6d8e72950 |