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:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +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>'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402207addb001514e395fbf2c1ddc51e199096c7555499d24fb6e7dd87cdab1e727e502203d81d7a97483115fb4e0b6cbeedde974ca6f5672ac23243739979f3ecc395543:922c64590222798bb761d5b6d8e72950
|