2023-09-05 16:43:04 +00:00
|
|
|
id: dxplanning-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: DXPlanning Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
DXPlanning was detected.
|
|
|
|
reference:
|
|
|
|
- https://www.dedalus.com/fr/wp-content/uploads/sites/13/2022/05/Catalogue-formations-DxCare-2022.pdf
|
|
|
|
metadata:
|
2024-04-08 11:34:33 +00:00
|
|
|
verified: true
|
2024-06-07 10:04:29 +00:00
|
|
|
max-request: 1
|
2023-09-05 16:43:04 +00:00
|
|
|
tags: panel,dxplanning,login,detect
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/DxPlanning/WebBooking/Version'
|
2023-09-05 16:54:42 +00:00
|
|
|
|
2023-09-05 16:43:04 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2023-09-07 05:51:16 +00:00
|
|
|
- "contains(tolower(body), 'dxplanning/webbooking/')"
|
2023-09-08 12:05:12 +00:00
|
|
|
- "contains(body, 'Webbooking</title>')"
|
2023-09-07 05:51:16 +00:00
|
|
|
- "status_code==200"
|
2023-09-05 16:43:04 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '<td>([0-9.]+)</td>'
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 4a0a00473045022100a13a6ac9969d90ab892c59684f5e2c90d64ec9392c10f2f65a19ebb223af9d9e0220640dabae7d57d8c9a20d025f892d806503e1ee9bd1c1206417a13387885f4d69:922c64590222798bb761d5b6d8e72950
|