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

34 lines
569 B
YAML
Raw Normal View History

2023-01-30 05:57:03 +00:00
id: exagrid-manager-panel
info:
name: ExaGrid Manager Panel
author: pussycat0x
severity: info
2023-01-30 06:28:33 +00:00
metadata:
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