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:30:07 +00:00
|
|
|
max-request: 1
|
2024-04-08 11:34:33 +00:00
|
|
|
verified: true
|
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-03-26 08:05:26 +00:00
|
|
|
# digest: 4b0a004830460221008ebd5b0fb933eaf872a0f11c39bce6716f16179f11abe13ee7283cc270cf5f5d022100fab7cdc658b1440b7a3415d75308f81052fa808e09397d91894a07f570bd5a80:922c64590222798bb761d5b6d8e72950
|