45 lines
1.7 KiB
YAML
45 lines
1.7 KiB
YAML
id: zte-panel
|
|
|
|
info:
|
|
name: ZTE Panel - Detect
|
|
author: its0x08,idealphase
|
|
severity: info
|
|
description: |
|
|
ZTE panel was detected. ZTE Corporation is a global leader in telecommunications and information technology. Founded in 1985 and listed on both the Hong Kong and Shenzhen Stock Exchanges, the company has been committed to providing innovative technologies and integrated solutions for global operators, government and enterprise, and consumers from over 160 countries across the globe. ZTE Corporation is a global leader in telecommunications and information technology. Founded in 1985 and listed on both the Hong Kong and Shenzhen Stock Exchanges, the company has been committed to providing innovative technologies and integrated solutions for global operators, government and enterprise, and consumers from over 160 countries across the globe.
|
|
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
|
|
reference:
|
|
- https://www.zte.com.cn/global/
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: http.html:"ZTE Corporation"
|
|
tags: panel,zte
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "ZTE Corporation. All rights reserved. </div>"
|
|
- '<form name="fLogin" id="fLogin" method="post" onsubmit="return false;" action="">'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "Mini web server 1.0 ZTE corp 2005."
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<div class="type"><font id="">(.+)<\/font><\/div>'
|