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

40 lines
899 B
YAML
Raw Normal View History

2022-08-10 01:56:32 +00:00
id: pubspec-config
info:
name: Pubspec YAML Configuration File - Detect
2022-08-10 01:56:32 +00:00
author: DhiyaneshDk
severity: info
description: Pubspec YAML configuration file was detected.
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
reference: https://docs.flutter.dev/development/tools/pubspec
2022-08-10 01:56:32 +00:00
metadata:
verified: true
shodan-query: html:"pubspec.yaml"
tags: exposure,devops,pubsec,config,cicd
requests:
- method: GET
path:
- "{{BaseURL}}/pubspec.yaml"
- "{{BaseURL}}/assets/pubspec.yaml"
2022-08-10 02:07:46 +00:00
stop-at-first-match: true
2022-08-10 01:56:32 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "version:"
- "environment:"
- "dependencies:"
2022-08-10 05:24:22 +00:00
condition: and
2022-08-10 01:56:32 +00:00
- type: status
status:
- 200
# Enhanced by cs on 2023/03/02