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

30 lines
566 B
YAML

id: hospital-management-panel
info:
name: Hospital Management System Panel
author: arafatansari
severity: info
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