2022-08-10 01:56:32 +00:00
|
|
|
id: pubspec-config
|
|
|
|
|
|
|
|
info:
|
2023-02-23 19:37:05 +00:00
|
|
|
name: Pubspec YAML Configuration File - Detect
|
2022-08-10 01:56:32 +00:00
|
|
|
author: DhiyaneshDk
|
2023-03-02 19:45:40 +00:00
|
|
|
severity: info
|
2023-02-23 19:37:05 +00:00
|
|
|
description: Pubspec YAML configuration file was detected.
|
2023-03-17 16:40:39 +00:00
|
|
|
reference:
|
|
|
|
- https://docs.flutter.dev/development/tools/pubspec
|
|
|
|
- https://xeladu.medium.com/the-flutter-pubspec-yaml-in-detail-eee5729d9df7
|
2023-03-02 19:45:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2023-03-02 19:45:40 +00:00
|
|
|
cwe-id: CWE-200
|
2022-08-10 01:56:32 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-08-10 01:56:32 +00:00
|
|
|
shodan-query: html:"pubspec.yaml"
|
|
|
|
tags: exposure,devops,pubsec,config,cicd
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-08-10 01:56:32 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/pubspec.yaml"
|
|
|
|
- "{{BaseURL}}/assets/pubspec.yaml"
|
|
|
|
|
2022-08-10 02:07:46 +00:00
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a004730450220599939ec350fc95d078650d0052748fc0cf037a3df67903194fdccb77b5808f2022100b9b2db2d97d1792e9c57885cdf3c15faceb5f72a2473da21fd060779c0ba8edd:922c64590222798bb761d5b6d8e72950
|