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

33 lines
605 B
YAML

id: osticket-panel
info:
name: OSTicket Panel Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.html:"powered by osTicket"
tags: panel,osticket
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/login.php"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'powered by osTicket'
- 'content="osTicket'
condition: or
- type: status
status:
- 200