34 lines
736 B
YAML
34 lines
736 B
YAML
id: platformio-ini
|
|
|
|
info:
|
|
name: Platformio Config File Disclosure
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
description: “platformio.ini” (Project Configuration File) was detected.
|
|
reference:
|
|
- https://docs.platformio.org/en/stable/projectconf/index.html
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
google-query: inurl:"/platformio.ini"
|
|
github-query: '[platformio] language:INI'
|
|
tags: config,exposure,platformio
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/platformio.ini"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "[platformio]"
|
|
- "platform ="
|
|
- "board ="
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|