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

30 lines
566 B
YAML
Raw Normal View History

2022-09-15 07:42:54 +00:00
id: hospital-management-panel
2022-09-14 12:57:26 +00:00
info:
2022-09-15 07:42:54 +00:00
name: Hospital Management System Panel
2022-09-14 12:57:26 +00:00
author: arafatansari
2022-09-14 17:54:29 +00:00
severity: info
2022-09-14 12:57:26 +00:00
metadata:
verified: true
2022-09-15 07:42:54 +00:00
shodan-query: http.html:"Hospital Management System"
tags: panel,hms,cms
2022-09-14 12:57:26 +00:00
requests:
2022-09-15 07:42:54 +00:00
- method: GET
path:
- "{{BaseURL}}/index.html"
2022-09-14 12:57:26 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-09-15 07:42:54 +00:00
- 'Hospital Management System'
2022-09-14 12:57:26 +00:00
- 'Doctors Login'
- 'Admin Login'
condition: and
- type: status
status:
- 200