Merge pull request #5259 from projectdiscovery/osticket-panel

Create osticket-panel.yaml
patch-1
Prince Chaddha 2022-09-01 16:47:25 +05:30 committed by GitHub
commit f7a83892a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -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