commit
65edb12033
|
@ -0,0 +1,33 @@
|
|||
id: connectbox-panel
|
||||
|
||||
info:
|
||||
name: Connect Box Login Panel Detect
|
||||
author: fabaff
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: 'NET-DK/1.0'
|
||||
tags: panel,connectbox,iot
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "NET-DK/1.0"
|
||||
|
||||
- type: regex
|
||||
part: header
|
||||
regex:
|
||||
- "../common_page/(.*).html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 302
|
Loading…
Reference in New Issue