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

30 lines
513 B
YAML
Raw Normal View History

id: netis-router
info:
name: Netis Router Login
author: gy741
severity: info
reference: https://www.tacnetsol.com/blog/cve-2019-8985-rce
tags: panel,login,router
requests:
- method: GET
path:
- '{{BaseURL}}/login.htm'
matchers-condition: or
matchers:
- type: word
part: body
words:
- '<title>AP setup</title>'
- type: word
part: header
words:
- 'Server: netis'
- type: status
status:
- 200