MeterSphere Login Panel - Detect
ID: metersphere-login
Severity: info
Author: pdteam
Tags: panel,metersphere
Description
Section titled “Description”MeterSphere login panel was detected.
YAML Source
Section titled “YAML Source”id: metersphere-login
info: name: MeterSphere Login Panel - Detect author: pdteam severity: info description: MeterSphere login panel was detected. reference: - https://github.com/metersphere/metersphere classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:metersphere:metersphere:*:*:*:*:*:*:*:* metadata: max-request: 2 vendor: metersphere product: metersphere fofa-query: - body="metersphere" - title="metersphere" shodan-query: http.html:"metersphere" tags: panel,metersphere
http: - method: GET path: - "{{BaseURL}}/favicon.ico" - "{{BaseURL}}/login"
stop-at-first-match: true
matchers-condition: or matchers: - type: dsl dsl: - "status_code==200" - "('1023469568' == mmh3(base64_py(body)))" condition: and
- type: dsl dsl: - "status_code==200" - "contains(tolower(body), 'metersphere')" condition: and
- type: dsl dsl: - "contains(tolower(header), 'ms_session_id')"# digest: 4a0a00473045022100e88fe081b5f59756748e54e95aa70caaea6168c1794d9640ea30dabd83976fbc02204120404f5b4a37149ec2db9a583bb018378334f843eefb6d6bd54bc6f600410e: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/metersphere-login.yaml"