2022-10-10 09:51:37 +00:00
|
|
|
id: scrutinizer-config
|
|
|
|
|
|
|
|
info:
|
2023-02-05 19:06:07 +00:00
|
|
|
name: Scrutinizer Config - Detect
|
2022-10-10 09:51:37 +00:00
|
|
|
author: DhiyaneshDK
|
2022-10-11 06:54:44 +00:00
|
|
|
severity: info
|
2023-02-05 22:13:38 +00:00
|
|
|
description: Scrutinizer configuration information was detected.
|
2023-02-05 18:56:52 +00:00
|
|
|
reference: https://scrutinizer-ci.com/
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-10-10 09:51:37 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: html:"scrutinizer.yml"
|
|
|
|
reference:
|
|
|
|
- https://scrutinizer-ci.com/docs/configuration
|
|
|
|
tags: exposure,scrutinizer,config
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/.scrutinizer.yml'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'build:'
|
|
|
|
- 'filter:'
|
|
|
|
- 'tools:'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-02-05 18:56:52 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2023/02/05
|