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

23 lines
415 B
YAML
Raw Normal View History

id: opengear-login
2021-12-10 07:07:15 +00:00
info:
name: Opengear Console Detect
2021-12-10 07:07:15 +00:00
author: ffffffff0x
severity: info
2021-12-10 07:13:11 +00:00
metadata:
2021-12-10 07:07:15 +00:00
fofa-query: app="opengear-Management-Console"
tags: opengear,panel,tech
2021-12-10 07:07:15 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
2021-12-10 13:35:22 +00:00
2021-12-10 07:07:15 +00:00
matchers:
2021-12-10 13:35:22 +00:00
- type: regex
regex:
- '(?m)<title>([A-Z-0-9]+) \- Opengear Management Console<\/title>'