osticket-installer: osTicket Installer Panel - Detect

2026-07-09 osTicket PoC Public

Description

osTicket installer panel was detected.

PoC

id: osticket-installer

info:
  name: osTicket Installer Panel - Detect
  author: ritikchaddha
  severity: high
  description: |
    osTicket installer panel was detected.
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
    cvss-score: 9.4
    cwe-id: CWE-284
    cpe: cpe:2.3:a:osticket:osticket:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: osticket
    product: osticket
    shodan-query:
      - http.title:"osTicket Installer"
      - http.title:"osticket"
      - http.html:"powered by osticket"
      - http.title:"osticket installer"
    fofa-query:
      - body="powered by osticket"
      - title="osticket"
      - title="osticket installer"
    google-query:
      - intitle:"osticket"
      - intitle:"osticket installer"
  tags: misconfig,install,exposure,osticket,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/upload/setup/install.php"
      - "{{BaseURL}}/setup/install.php"

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<title>osTicket Installer'

      - type: word
        part: body
        words:
          - 'already installed'
        negative: true

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

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

References

Related Vulnerabilities