Skip to content

PRONOTE Login Panel - Detect

ID: pronote-panel

Severity: info

Author: righettod

Tags: panel,pronote,login

PRONOTE products was detected.

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: 4a0a0047304502204967aa7a7f2a63ab44bedc7f12d78afce8606f900738858c414d10c033c432cd022100c22c125aafe3d2b6f88998429d4f367d503c4199d0f0ea35c13435f37f0959eb:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/pronote-panel.yaml"

View on Github