nuclei-templates/http/exposed-panels/osticket/osticket-install.yaml

41 lines
869 B
YAML
Raw Normal View History

2022-08-31 14:28:06 +00:00
id: osticket-install
info:
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
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:
max-request: 2
2022-08-31 14:28:06 +00:00
verified: true
shodan-query: http.title:"osTicket Installer"
tags: panel,osticket,install
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