openemr-detect: OpenEMR Product Registration Panel - Detect

日期: 2025-09-01 | 影响软件: OpenEMR | POC: 已公开

漏洞描述

OpenEMR Product Registration panel was detected. FOFA: app="OpenEMR" SHOAN: 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"
    SHOAN: 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()

相关漏洞推荐