2022-08-10 01:56:32 +00:00
|
|
|
id: pubspec-config
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Pubspec YAML Configuration File Exposure
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: low
|
|
|
|
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
|