Dynamicweb Login Panel - Detect
ID: dynamicweb-panel
Severity: info
Author: pdteam
Tags: panel,dynamicweb
Description
Section titled “Description”Dynamicweb login panel was detected.
YAML Source
Section titled “YAML Source”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 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: 490a004630440220493f8fa69a169de6e17752c5dc6bd352354694827a146f39a22e3405a0bbbfdb022004bd054aac499acab318545f52f7ae8f2980fdf2df70479a565ab2f697b35b3f: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/dynamicweb-panel.yaml"