37 lines
812 B
YAML
37 lines
812 B
YAML
|
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:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
tags: panel,dxplanning,login,detect
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/'
|
||
|
- '{{BaseURL}}/DxPlanning/WebBooking/Version'
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- "contains(tolower(body), 'dxplanning/webbooking/') && status_code==200"
|
||
|
condition: and
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
group: 1
|
||
|
regex:
|
||
|
- '<td>([0-9.]+)</td>'
|