diff --git a/exposed-panels/osticket-panel.yaml b/exposed-panels/osticket-panel.yaml new file mode 100644 index 0000000000..4893c09e53 --- /dev/null +++ b/exposed-panels/osticket-panel.yaml @@ -0,0 +1,32 @@ +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 + 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