28 lines
782 B
YAML
28 lines
782 B
YAML
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: 4b0a00483046022100893f0b4c9e2a197f4fa5ed5a9af99f121581ce5fa47e4a152dc10583530454770221008acc76241eeb45e4ea785b7ff62cf144cbb8082ef4e043985a19ec95cb38951b:922c64590222798bb761d5b6d8e72950 |