nuclei-templates/exposures/configs/saia-web-server-info.yaml

33 lines
714 B
YAML

id: saia-web-server
info:
name: Saia PCD Web-Server Configuration Page - Detect
author: DhiyaneshDk
severity: info
description: Saia PCD Web-Server configuration page was detected.
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
reference:
- https://www.exploit-db.com/ghdb/6865
tags: edb,config,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/loadtextfile.htm#programinfo"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Saia PCD Web Server</title>"
part: body
- type: status
status:
- 200
# Enhanced by cs on 2023/03/02