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
2021-06-22 07:54:34 +00:00
tags: panel,login,netis
requests:
- method: GET
path:
- '{{BaseURL}}/login.htm'
2021-06-22 07:57:24 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>AP setup</title>'
- type: word
part: header
words:
- 'Server: netis'
- type: status
status:
- 200