nuclei-templates/exposed-panels/opengear-panel.yaml

37 lines
836 B
YAML
Raw Normal View History

2023-01-23 22:13:09 +00:00
id: opengear-panel
2023-01-23 20:23:37 +00:00
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
2022-10-17 06:06:49 +00:00
2023-01-23 20:23:37 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<a href="http://www.Opengear.com" build="_new">&copy; Opengear'
- 'Opengear Management Console</title>'
condition: and
- type: status
status:
- 200
# Enhnanced by cs 2023/01/09