Merge pull request #5260 from projectdiscovery/osticket-install

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

View File

@ -0,0 +1,34 @@
id: osticket-install
info:
name: OSTicket Installation
author: ritikchaddha
severity: high
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