45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
YAML
id: dynamicweb-panel
|
|
|
|
info:
|
|
name: Dynamicweb Login Panel - Detect
|
|
author: pdteam
|
|
severity: info
|
|
description: Dynamicweb login panel was detected.
|
|
reference:
|
|
- https://www.dynamicweb.com
|
|
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.component:"Dynamicweb"
|
|
tags: panel,dynamicweb
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /Admin/Access/default.aspx HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Accept-Encoding: gzip, deflate
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- Dynamicweb
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- version ([0-9.]+)
|
|
|
|
# digest: 4b0a00483046022100ed732ebc12a12d12f0b9d752867b9d4b14b0b02cbf9755ad0ccbde92c737a4d2022100f149f1fa031e9966e36b949819fbfe03b92088a9b0c59bbb83496220c482e487:922c64590222798bb761d5b6d8e72950
|