nuclei-templates/exposures/configs/rubocop-config.yaml

40 lines
871 B
YAML
Raw Normal View History

2022-10-24 23:31:42 +00:00
id: rubocop-config
info:
name: Rubocop Configuration - Detect
2022-10-24 23:31:42 +00:00
author: DhiyaneshDk
2022-10-25 12:41:45 +00:00
severity: info
description: Rubocop configuration information was detected.
2022-10-24 23:31:42 +00:00
reference:
- https://raw.githubusercontent.com/maurosoria/dirsearch/master/db/dicc.txt
- https://github.com/rubocop/rubocop
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
2022-10-24 23:31:42 +00:00
metadata:
verified: true
shodan-query: html:"rubocop.yml"
tags: exposure,files,config,ruby
requests:
- method: GET
path:
- '{{BaseURL}}/.rubocop.yml'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "AllCops:"
- "Include:"
- "Exclude:"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2023/02/05