38 lines
743 B
YAML
38 lines
743 B
YAML
id: netis-router
|
|
|
|
info:
|
|
name: Netis Router Login Panel - Detect
|
|
author: gy741
|
|
severity: info
|
|
description: Netis router login panel was detected.
|
|
reference:
|
|
- https://www.tacnetsol.com/blog/cve-2019-8985-rce
|
|
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
|
|
tags: panel,login,netis,router
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/login.htm'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>AP setup</title>'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'Server: netis'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|