ShardingSphere ElasticJob UI Panel
ID: shardingsphere-panel
Severity: info
Author: DhiyaneshDk
Tags: panel,shardingsphere,login,apache
Description
Section titled “Description”An ShardingSphere ElasticJob UI panel was detected.
YAML Source
Section titled “YAML Source”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 cpe: cpe:2.3:a:apache:shardingsphere_elasticjob-ui:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: apache product: shardingsphere_elasticjob-ui shodan-query: http.favicon.hash:816588900 fofa-query: icon_hash=816588900 tags: panel,shardingsphere,login,apache
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# digest: 490a0046304402201b867dd22b8d2a9f40c444348ff98faead97e29ec1011152e0f8478461cf576b02205c2b683b3bf169bab89e4a6efa5fa4cc987ab541b7e94fa06acb89ed11c1e4c6:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/shardingsphere-panel.yaml"