nuclei-templates/exposed-panels/xds-amr-status.yaml

32 lines
572 B
YAML
Raw Normal View History

2021-12-11 13:19:52 +00:00
id: xds-amr-status
2021-12-11 13:19:52 +00:00
info:
name: XDS-AMR - status
author: pussycat0x
severity: info
metadata:
shodan-dork: 'http.title:"XDS-AMR - status"'
tags: panel,tech,xamr,xds
2021-12-11 13:19:52 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login.php"
2021-12-11 13:19:52 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2021-12-11 13:19:52 +00:00
words:
- '<title>XDS-AMR - Status</title>'
2021-12-12 17:33:01 +00:00
2021-12-11 13:19:52 +00:00
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- 'XAMR\-([0-9]+)'