39 lines
772 B
YAML
39 lines
772 B
YAML
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
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
shodan-query: 'http.title:"XDS-AMR - status"'
|
|
tags: panel,tech,xamr,xds
|
|
|
|
requests:
|
|
- 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]+)'
|
|
|
|
# Enhanced by md on 2023/01/26
|