nuclei-templates/http/exposures/configs/psalm-config.yaml

44 lines
883 B
YAML
Raw Normal View History

2023-10-10 07:54:26 +00:00
id: psalm-config
info:
name: Psalm Configuration Exposure - Detect
author: DhiyaneshDK
severity: low
description: |
Psalm configuration page was detected.
reference:
- https://psalm.dev/docs/running_psalm/configuration/
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
metadata:
max-request: 1
verified: true
shodan-query: html:"psalm.xml"
tags: devops,exposure,php,psalm,config
http:
- method: GET
path:
- "{{BaseURL}}/psalm.xml"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<psalm'
2023-10-10 13:50:09 +00:00
- '<projectFiles'
- 'xmlns:xsi'
2023-10-10 07:54:26 +00:00
condition: and
- type: word
part: header
words:
- "application/xml"
- type: status
status:
- 200