Skip to content

GXD5 Pacs Connexion Login Panel - Detect

ID: gxd5-pacs-connexion-utilisateur

Severity: info

Author: dhiyaneshDK

Tags: panel,login

GXD5 Pacs Connexion panel was detected.

id: gxd5-pacs-connexion-utilisateur
info:
name: GXD5 Pacs Connexion Login Panel - Detect
author: dhiyaneshDK
severity: info
description: GXD5 Pacs Connexion panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"GXD5 Pacs Connexion utilisateur"
tags: panel,login
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>GXD5 Pacs Connexion utilisateur</title>'
- type: status
status:
- 200
# digest: 490a0046304402200edca1b02ce353bdf7161b7d82d681048ea6bfb4f4bc33dbdcdddb17135fab43022033518fe657fd0164819b444a399c9489374591c5a689cfb8c89cd57b18cfbdd7: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/pacs-connexion-utilisateur.yaml"

View on Github