nuclei-templates/exposed-panels/zyxel/zyxel-firewall-panel.yaml

45 lines
854 B
YAML
Raw Normal View History

2022-05-31 08:21:47 +00:00
id: zyxel-firewall-panel
info:
name: Zyxel Firewall Panel - Detect
2022-05-31 08:21:47 +00:00
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.0
cwe-id: CWE-200
2022-05-31 08:21:47 +00:00
metadata:
verified: true
shodan-query: http.favicon.hash:-440644339
tags: panel,xyxel,firewall
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-05-31 08:28:05 +00:00
- "/lib/mode_ana"
2022-05-31 08:21:47 +00:00
- type: word
part: body
words:
- "VPN"
- "USG"
2022-05-31 08:28:05 +00:00
- "ATP"
2022-05-31 08:21:47 +00:00
condition: or
extractors:
- type: regex
part: body
group: 1
regex:
- "<title>(.*)</title>"
# Enhanced by mp on 2023/01/29