nuclei-templates/misconfiguration/service-pwd.yaml

29 lines
592 B
YAML

id: service-pwd
info:
name: service.pwd - Sensitive Information Disclosure
author: pussycat0x
severity: high
description: service.pwd was discovered, which is likely to contain sensitive information.
reference:
- https://www.exploit-db.com/ghdb/7256
tags: exposure,listing,service,edb
requests:
- method: GET
path:
- "{{BaseURL}}/_vti_pvt/service.pwd"
matchers-condition: and
matchers:
- type: word
words:
- "# -FrontPage-"
part: body
- type: status
status:
- 200
# Enhanced by mp on 2022/07/21