XDS-AMR Status Login Panel - Detect
ID: xds-amr-status
Severity: info
Author: pussycat0x
Tags: panel,tech,xamr,xds
Description
Section titled “Description”XDS-AMR Status login panel was detected.
YAML Source
Section titled “YAML Source”id: xds-amr-status
info: name: XDS-AMR Status Login Panel - Detect author: pussycat0x severity: info description: XDS-AMR Status login panel was detected. 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 metadata: max-request: 1 shodan-query: http.title:"XDS-AMR - status" tags: panel,tech,xamr,xds
http: - method: GET path: - "{{BaseURL}}/login.php"
matchers-condition: and matchers: - type: word part: body words: - '<title>XDS-AMR - Status</title>'
- type: status status: - 200
extractors: - type: regex part: body regex: - 'XAMR\-([0-9]+)'# digest: 4a0a004730450220687fb65d1072890758e67f1ff508cde6e8c380d7921cf7dab22c89eb65a4eeef0221008c18ed32e6ca79e460657168c38e15f43401ef5f44827353260ffeb731204cf2: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/xds-amr-status.yaml"