2024-01-22 13:29:57 +00:00
|
|
|
id: privesc-time
|
2023-12-13 15:07:24 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Time - Privilege Escalation
|
|
|
|
author: daffainfo
|
|
|
|
severity: high
|
2024-01-22 13:29:57 +00:00
|
|
|
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/
|
2023-12-13 15:07:24 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2024-01-29 11:58:34 +00:00
|
|
|
max-request: 3
|
2024-01-31 17:41:31 +00:00
|
|
|
tags: code,linux,time,privesc,local
|
2023-12-13 15:07:24 +00:00
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
code:
|
|
|
|
- engine:
|
|
|
|
- sh
|
|
|
|
- bash
|
|
|
|
source: |
|
2024-01-22 13:29:57 +00:00
|
|
|
whoami
|
2023-12-13 15:07:24 +00:00
|
|
|
|
|
|
|
- engine:
|
|
|
|
- sh
|
|
|
|
- bash
|
|
|
|
source: |
|
2024-01-22 13:29:57 +00:00
|
|
|
time whoami
|
2023-12-13 15:07:24 +00:00
|
|
|
|
|
|
|
- engine:
|
|
|
|
- sh
|
|
|
|
- bash
|
|
|
|
source: |
|
2024-01-22 13:29:57 +00:00
|
|
|
sudo time whoami
|
2023-12-13 15:07:24 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2024-01-22 13:29:57 +00:00
|
|
|
- type: word
|
|
|
|
part: code_1_response
|
|
|
|
words:
|
|
|
|
- "root"
|
|
|
|
negative: true
|
2023-12-13 15:07:24 +00:00
|
|
|
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'contains(code_2_response, "root")'
|
|
|
|
- 'contains(code_3_response, "root")'
|
2024-01-22 16:20:01 +00:00
|
|
|
condition: or
|
2024-01-31 17:43:39 +00:00
|
|
|
# digest: 490a00463044022068aa7f9e01e7760a55ef866b4ba649e4281e569227d78fd3f56f1dbc5c28a06202204fb175df55a694a787172f84639d84d18b5c102dd12d852b54ee0161e82251cb:922c64590222798bb761d5b6d8e72950
|