40 lines
948 B
YAML
40 lines
948 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
|
|
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: 4a0a0047304502210089300a7685fa07643ab7a2cf78256bdf7c0e6047d323a7434fe6954c1560773d02204e8e40e4a908f07f7743988b036b51d5b61dac7bbfd67fd8c797577f19087b97:922c64590222798bb761d5b6d8e72950
|