46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
id: zyxel-firewall-panel
|
|
|
|
info:
|
|
name: Zyxel Firewall Panel - Detect
|
|
author: 0x240x23elu
|
|
severity: info
|
|
description: Zyxel Firewall panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:-440644339
|
|
tags: panel,xyxel,firewall
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "/lib/mode_ana"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "VPN"
|
|
- "USG"
|
|
- "ATP"
|
|
condition: or
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- "<title>(.*)</title>"
|
|
|
|
# digest: 490a0046304402200dfa9fcffc5835a3e0019aa922b20b9a525faeab47fdde5779167684fb1fdb22022036144e4c57313da80ec221ea0b020229eb382cd13cb4c2ea7c2adaceec8704f9:922c64590222798bb761d5b6d8e72950
|