36 lines
971 B
YAML
36 lines
971 B
YAML
id: pronote-panel
|
|
|
|
info:
|
|
name: PRONOTE Login Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
PRONOTE products was detected.
|
|
reference:
|
|
- https://www.index-education.com/fr/logiciel-gestion-vie-scolaire.php
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"PRONOTE"
|
|
tags: panel,pronote,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_any(to_lower(body), "<title>pronote", "content=\"pronote\"")'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: header
|
|
group: 1
|
|
regex:
|
|
- '(?i)Server:\s+PRONOTE\s+([0-9.\s\-]+)'
|
|
# digest: 490a0046304402203381dc89e73fab210a8803fbbe31512f3d2d3b87bf1a19762a862dcd380241ff02205b4df5cd71e0b492383cd231d2b82d5b0d4c3d742e4c4333656af113b85ea7ab:922c64590222798bb761d5b6d8e72950 |