nuclei-templates/misconfiguration/service-pwd.yaml

25 lines
503 B
YAML
Raw Normal View History

id: service-pwd
2021-09-18 05:08:21 +00:00
info:
name: Service password file
2021-09-18 05:08:21 +00:00
author: pussycat0x
2021-09-18 06:38:32 +00:00
severity: high
description: Searches for sensitive service.pwd file.
2021-09-18 05:08:21 +00:00
reference: https://www.exploit-db.com/ghdb/7256
2021-09-18 06:33:17 +00:00
tags: exposure,listing
2021-09-18 05:08:21 +00:00
requests:
- method: GET
path:
2021-09-18 06:38:32 +00:00
- "{{BaseURL}}/_vti_pvt/service.pwd"
2021-09-18 06:33:17 +00:00
2021-09-18 05:08:21 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-09-18 06:38:32 +00:00
- "# -FrontPage-"
part: body
2021-09-18 06:33:17 +00:00
2021-09-18 05:08:21 +00:00
- type: status
status:
2021-09-18 06:33:17 +00:00
- 200