Create rakefile-disclosure.yaml

patch-1
Dhiyaneshwaran 2023-10-10 14:47:39 +05:30 committed by GitHub
parent 16e7d5b066
commit 9b315a98fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: rakefile-disclosure
info:
name: Rakefile - File Disclosure
author: DhiyaneshDK
severity: low
description: |
Rakefile configuration file was detected.
reference:
- https://ruby.github.io/rake/doc/rakefile_rdoc.html
metadata:
max-request: 1
verified: true
shodan-query: html:"Rakefile"
tags: devops,exposure,rakefile,config,ruby,rails
http:
- method: GET
path:
- "{{BaseURL}}/Rakefile"
matchers-condition: or
matchers:
- type: word
part: body
words:
- 'application.load_tasks'
- 'config/application'
condition: and
case-insensitive: true
- type: word
part: body
words:
- 'require'
- 'desc'
- 'task :'
condition: and