Merge pull request #6579 from fabaff/connect-box

Support for detecting Connect Box devices
patch-1
Dhiyaneshwaran 2023-01-23 15:54:17 +05:30 committed by GitHub
commit 65edb12033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

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