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

42 lines
882 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
severity: high
description: osTicket installer panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
2022-08-31 14:28:06 +00:00
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