nuclei-templates/exposed-panels/connect-box-login.yaml

34 lines
570 B
YAML

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