nuclei-templates/http/exposed-panels/shardingsphere-panel.yaml

34 lines
668 B
YAML
Raw Normal View History

2023-05-18 15:19:36 +00:00
id: shardingsphere-panel
info:
name: ShardingSphere ElasticJob UI Panel
author: DhiyaneshDk
severity: info
description: An ShardingSphere ElasticJob UI panel was detected.
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.favicon.hash:816588900
2023-06-04 08:13:42 +00:00
verified: true
2023-05-18 15:19:36 +00:00
tags: panel,shardingsphere,login
http:
- method: GET
path:
- "{{BaseURL}}/#/login"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>ShardingSphere ElasticJob UI</title>'
- type: status
status:
- 200