openemr-detect: OpenEMR Product Registration Panel - Detect

2025-08-01 OpenEMR PoC Public

Description

OpenEMR Product Registration panel was detected.

fofa: app="OpenEMR"

shodan: http.html:"OpenEMR"

PoC

id: openemr-detect

info:
  name: OpenEMR Product Registration Panel - Detect
  author: pussycat0x
  severity: info
  verified: true
  description: |-
    OpenEMR Product Registration panel was detected.
    fofa: app="OpenEMR"
    shodan: http.html:"OpenEMR"
  tags: panel,openemr
  created: 2023/06/17

rules:
  r0:
    request:
      method: GET
      path: /interface/login/login.php?site=default
    expression: |
      response.status == 200 && 
      response.body.bcontains(b'"title":"OpenEMR Product Registration"')
expression: r0()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities