2022-05-31 08:21:47 +00:00
|
|
|
id: zyxel-firewall-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Zyxel Firewall Panel
|
|
|
|
author: 0x240x23elu
|
|
|
|
severity: info
|
|
|
|
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>"
|