37 lines
832 B
YAML
37 lines
832 B
YAML
|
id: opengear-panel
|
||
|
|
||
|
info:
|
||
|
name: Opengear Management Console Login Panel - Detect
|
||
|
author: ffffffff0x,daffainfo
|
||
|
severity: info
|
||
|
reference: https://opengear.com/
|
||
|
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
|
||
|
metadata:
|
||
|
verified: true
|
||
|
fofa-query: app="opengear-Management-Console"
|
||
|
google-query: intitle:"Opengear Management Console"
|
||
|
tags: panel,opengear
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<a href="http://www.Opengear.com" build="_new">© Opengear'
|
||
|
- 'Opengear Management Console</title>'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhnanced by cs 2023/01/09
|