48 lines
1.0 KiB
YAML
48 lines
1.0 KiB
YAML
id: privesc-vim
|
|
|
|
info:
|
|
name: Vim - Privilege Escalation
|
|
author: daffainfo
|
|
severity: high
|
|
description: |
|
|
Vim is a highly configurable, modal text editor based on the vi editor.
|
|
reference:
|
|
- https://gtfobins.github.io/gtfobins/vim/
|
|
metadata:
|
|
verified: true
|
|
tags: code,linux,vim,privesc
|
|
|
|
self-contained: true
|
|
code:
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
whoami
|
|
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
vim -c '!whoami'
|
|
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
sudo vim -c '!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: 4a0a0047304502210097753cfbafc37950b15b53deff6dc81db080103b5a42de2269bc478a47084b0f0220610b9984a25a0ee19724242e8d9f893eda02eaaeb115c3960c89962a46643b8f:922c64590222798bb761d5b6d8e72950 |