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

37 lines
802 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:
name: Hospital Management System Login Panel - Detect
2022-09-14 12:57:26 +00:00
author: arafatansari
2022-09-14 17:54:29 +00:00
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
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
# Enhanced by md on 2022/11/18