42 lines
886 B
YAML
42 lines
886 B
YAML
id: osticket-install
|
|
|
|
info:
|
|
name: osTicket Installer Panel - Detect
|
|
author: ritikchaddha
|
|
severity: critical
|
|
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
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"osTicket Installer"
|
|
tags: panel,osticket,install
|
|
|
|
requests:
|
|
- 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
|
|
|
|
# Enhanced by md on 2022/12/05
|