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

35 lines
544 B
YAML
Raw Normal View History

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