nuclei-templates/http/exposures/configs/platformio-ini.yaml

34 lines
736 B
YAML
Raw Normal View History

2023-05-08 08:08:14 +00:00
id: platformio-ini
info:
name: Platformio Config File Disclosure
author: DhiyaneshDK
2023-05-11 10:02:42 +00:00
severity: low
2023-05-08 08:08:14 +00:00
description: “platformio.ini” (Project Configuration File) was detected.
reference:
- https://docs.platformio.org/en/stable/projectconf/index.html
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-05-11 10:02:42 +00:00
google-query: inurl:"/platformio.ini"
2023-05-08 08:08:14 +00:00
github-query: '[platformio] language:INI'
tags: config,exposure,platformio
2023-05-11 12:40:12 +00:00
http:
2023-05-08 08:08:14 +00:00
- method: GET
path:
- "{{BaseURL}}/platformio.ini"
matchers-condition: and
matchers:
- type: word
words:
- "[platformio]"
- "platform ="
- "board ="
condition: and
- type: status
status:
- 200