DocuWare - Detect
ID: docuware-panel
Severity: info
Author: righettod
Tags: panel,docuware,detect,login
Description
Section titled “Description”DocuWare panel was detected.
YAML Source
Section titled “YAML Source”id: docuware-panel
info: name: DocuWare - Detect author: righettod severity: info description: | DocuWare panel was detected. reference: - https://start.docuware.com/ metadata: verified: true max-request: 1 shodan-query: http.title:"Docuware" tags: panel,docuware,detect,login
http: - method: GET path: - "{{BaseURL}}/DocuWare/Identity/Account/Login"
matchers: - type: dsl dsl: - 'status_code == 200' - 'contains_all(to_lower(body), "docuware</title>", "/docuware/identity/")' condition: and# digest: 4a0a00473045022063c3406a05f12059baf856fe0774ecf96d6c9bbc1bb991e59cf2fe602b95744e022100e8b391e00e9dc552e1ea05064661f26cb41cf9c233e3d648243096a713c30808: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/docuware-panel.yaml"