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:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-08-31 14:28:06 +00:00
|
|
|
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
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-08-31 14:28:06 +00:00
|
|
|
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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402205982df1c400810c93e21d0ca00c353c09739f22cdb4587d60dae42e83b04ca2802204b724f40e9cf3a4b0965ccabc7cd64c40cb149eba8b0401fb983199fe20dd65c:922c64590222798bb761d5b6d8e72950
|