sms-installer: SMS Gateway Installation

日期: 2025-08-01 | 影响软件: SMS Installer | POC: 已公开

漏洞描述

SMS Gateway is susceptible to the Installation page exposure due to misconfiguration.

PoC代码[已公开]

id: sms-installer

info:
  name: SMS Gateway Installation
  author: ritikchaddha
  severity: high
  description: SMS Gateway is susceptible to the Installation page exposure due to misconfiguration.
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.title:"SMS Gateway | Installation"
  tags: misconfig,sms,install,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/install/index.php'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'SMS Gateway | Installation'

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100b0b434723c078055ddf4612c50bf53d0184adb8ffec19460a721af44e2f5a0530221009cd7261025dc1de7a3ae2d02e2fe8529aab3b048ec7c291e8b70732809b0ea02:922c64590222798bb761d5b6d8e72950

相关漏洞推荐