Skip to content

osTicket Login Panel - Detect

ID: osticket-panel

Severity: info

Author: ritikchaddha

Tags: panel,osticket

osTicket login panel was detected.

id: osticket-panel
info:
name: osTicket Login Panel - Detect
author: ritikchaddha
severity: info
description: osTicket login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:osticket:osticket:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: osticket
product: osticket
shodan-query:
- http.html:"powered by osTicket"
- 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: panel,osticket
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/login.php"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'powered by osTicket'
- 'content="osTicket'
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100a0cae49426fb721b26932ca935aedc4ef97868201836bd05102e16c38e438fd102210080ee65434870f6460b3028f24590d9d2be369be7885d897450ff9fbe5d171245:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/osticket-panel.yaml"

View on Github