2022-08-31 14:28:06 +00:00
|
|
|
id: osticket-install
|
|
|
|
|
|
|
|
info:
|
2022-12-08 13:42:03 +00:00
|
|
|
name: osTicket Installer Panel - Detect
|
2022-08-31 14:28:06 +00:00
|
|
|
author: ritikchaddha
|
2023-03-03 15:27:54 +00:00
|
|
|
severity: critical
|
2022-12-08 13:42:03 +00:00
|
|
|
description: osTicket installer panel was detected.
|
|
|
|
classification:
|
2023-03-03 15:27:54 +00:00
|
|
|
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
|
2022-08-31 14:28:06 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2022-08-31 14:28:06 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.title:"osTicket Installer"
|
|
|
|
tags: panel,osticket,install
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-08-31 14:28:06 +00:00
|
|
|
- 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
|