nuclei-templates/http/misconfiguration/hfs-exposure.yaml

35 lines
544 B
YAML

id: hfs-exposure
info:
name: HFS Exposure
author: tess
severity: unknown
metadata:
max-request: 1
verified: true
shodan-query: title:"HFS /"
tags: misconfig,hfs,exposure
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "HFS /"
- "Messages"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200