34 lines
668 B
YAML
34 lines
668 B
YAML
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
|
|
verified: true
|
|
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
|