29 lines
539 B
YAML
29 lines
539 B
YAML
id: lancom-router-panel
|
|
|
|
info:
|
|
name: Lancom Router Panel
|
|
author: __Fazal,daffainfo
|
|
severity: info
|
|
metadata:
|
|
verified: "true"
|
|
shodan-query: html:"LANCOM Systems GmbH"
|
|
tags: panel,lancom,router
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'alt="LANCOM Systems GmbH"'
|
|
- 'class="outside_device_string_common">LANCOM'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|