nuclei-templates/exposed-panels/hospital-management-panel.yaml

37 lines
802 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: http.html:"Hospital Management System"
tags: panel,hms,cms
requests:
- 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
# Enhanced by md on 2022/11/18