Skip to content

Hospital Management System Login Panel - Detect

ID: hospital-management-panel

Severity: info

Author: arafatansari

Tags: panel,hms,cms,hospital_management_system_project

Hospital Management System login panel was detected.

id: hospital-management-panel
info:
name: Hospital Management System Login Panel - Detect
author: arafatansari
severity: info
description: Hospital Management System login 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
cpe: cpe:2.3:a:hospital_management_system_project:hospital_management_system:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: hospital_management_system_project
product: hospital_management_system
shodan-query:
- http.html:"Hospital Management System"
- http.html:"hospital management system"
fofa-query: body="hospital management system"
tags: panel,hms,cms,hospital_management_system_project
http:
- method: GET
path:
- "{{BaseURL}}/index.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Hospital Management System'
- 'Doctors Login'
- 'Admin Login'
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100a61c16943c8578d4e05dd42a86fadf6b2495a4140c9e0f4d63e46b11b71eca0d022100879f4d2562d9c77ef6ba6d359c47f9e34557a8747163354a82cde7219f11c3fc: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/hospital-management-panel.yaml"

View on Github