Create netis-router.yaml

Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>
patch-1
GwanYeong Kim 2021-06-22 16:44:42 +09:00
parent b827a019bc
commit ddd60488e3
1 changed files with 29 additions and 0 deletions

View File

@ -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