nuclei-templates/http/exposed-panels/dxplanning-panel.yaml

37 lines
808 B
YAML
Raw Normal View History

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:
max-request: 1
verified: true
tags: panel,dxplanning,login,detect
http:
- method: GET
path:
- '{{BaseURL}}/'
- '{{BaseURL}}/DxPlanning/WebBooking/Version'
2023-09-05 16:54:42 +00:00
2023-09-05 16:43:04 +00:00
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>'