Merge pull request #9895 from projectdiscovery/openemr-setup-installer

Create openemr-setup-installer.yaml
patch-2
pussycat0x 2024-05-28 09:57:24 +05:30 committed by GitHub
commit 4821454ba9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: openemr-setup-installer
info:
name: OpenEMR Setup Installation Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed OpenEMR setup installation pages which could allow unauthorized access or information disclosure.
reference:
- https://www.open-emr.org/
metadata:
verified: true
max-request: 1
shodan-query: title:"OpenEMR Setup Tool"
tags: misconfig,install,exposure,openemr
http:
- method: GET
path:
- "{{BaseURL}}/setup.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>OpenEMR Setup Tool</title>"
- type: status
status:
- 200