updated matchers, added metadata
parent
3001ac52a1
commit
54d23506ac
|
@ -1,15 +1,13 @@
|
|||
id: connect-box-login
|
||||
id: connectbox-panel
|
||||
|
||||
info:
|
||||
name: Connect Box Login Panel - Detect
|
||||
name: Connect Box Login Panel Detect
|
||||
author: fabaff
|
||||
severity: info
|
||||
description: Connect Box login panel was detected.
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||
cvss-score: 0.0
|
||||
cwe-id: CWE-200
|
||||
tags: tech,panel,connectbox,iot
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: 'NET-DK/1.0'
|
||||
tags: panel,connectbox,iot
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -18,7 +16,6 @@ requests:
|
|||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
|
@ -26,10 +23,10 @@ requests:
|
|||
words:
|
||||
- "NET-DK/1.0"
|
||||
|
||||
- type: word
|
||||
- type: regex
|
||||
part: header
|
||||
words:
|
||||
- "../common_page/login.html"
|
||||
regex:
|
||||
- "../common_page/(.*).html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue