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