parent
b827a019bc
commit
ddd60488e3
|
@ -0,0 +1,29 @@
|
|||
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
|
Loading…
Reference in New Issue