Create hfs-panel-exposed.yaml

patch-1
Arman 2022-11-02 13:26:24 -07:00 committed by GitHub
parent 9b43a38a6a
commit abae16ac9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: hfs-panel-exposed
info:
name: HFS Panel Exposed
author: tess
severity: low
metadata:
verified: true
shodan-query: title:"HFS /"
tags: misconfig,hfs,exposed
requests:
- method: GET
path:
- '{{BaseURL}}/'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "HFS /</title>"
- "Messages</legend>"
- "Where to search"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200