nuclei-templates/exposed-panels/netis-router.yaml

38 lines
748 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
requests:
- 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
# Enhanced by md on 2022/11/29