Skip to content

ExaGrid Manager Login Panel - Detect

ID: exagrid-manager-panel

Severity: info

Author: pussycat0x

Tags: exagrid,manager,login,panel

ExaGrid Manager login panel was detected.

id: exagrid-manager-panel
info:
name: ExaGrid Manager Login Panel - Detect
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
cwe-id: CWE-200
cpe: cpe:2.3:h:exagrid:backup_appliance:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: exagrid
product: backup_appliance
shodan-query:
- title:"ExaGrid Manager"
- http.title:"exagrid manager"
fofa-query: title="exagrid manager"
google-query: intitle:"exagrid manager"
tags: exagrid,manager,login,panel
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "ExaGrid Manager"
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# digest: 490a0046304402200d64dcebcfbd1f503f611fb2d93ef0bdf516d6079f530cb2c00a7cdc50dad1500220122f93847fac0b183d140199557e7cbc71b75b77158a46f4f2880b45876280b5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/exagrid-manager-panel.yaml"

View on Github