2024-09-26 12:20:08 +00:00
|
|
|
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
|
2024-09-30 08:07:50 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502204a3d8bc2ddf67d120206a2db09bb2085bc3d264091d3c3a92b7720d9984ac75202210096c4c063c4a767feab71f897f6b0941e3daa9511ff98d8e0e1df1d9e3ad272d8:922c64590222798bb761d5b6d8e72950
|