nuclei-templates/http/exposed-panels/exagrid-manager-panel.yaml

40 lines
781 B
YAML
Raw Normal View History

2023-01-30 05:57:03 +00:00
id: exagrid-manager-panel
info:
name: ExaGrid Manager Login Panel - Detect
2023-01-30 05:57:03 +00:00
author: pussycat0x
severity: info
description: ExaGrid Manager login panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-01-30 06:28:33 +00:00
metadata:
max-request: 1
2023-01-30 06:28:33 +00:00
verified: true
shodan-query: title:"ExaGrid Manager"
tags: exagrid,manager,login,panel
2023-01-30 05:57:03 +00:00
http:
2023-01-30 05:57:03 +00:00
- method: GET
path:
- "{{BaseURL}}"
2023-01-30 06:28:33 +00:00
host-redirects: true
max-redirects: 2
2023-01-30 05:57:03 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "ExaGrid Manager"
- type: word
2023-01-30 06:31:25 +00:00
part: header
2023-01-30 05:57:03 +00:00
words:
- text/html
- type: status
status:
2023-01-30 06:28:33 +00:00
- 200