Merge pull request #9924 from projectdiscovery/profittrailer-installer

Create profittrailer-installer.yaml
patch-3
Ritik Chaddha 2024-05-29 13:28:47 +05:30 committed by GitHub
commit a6c57bc9e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: profittrailer-installer
info:
name: ProfitTrailer Setup Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed ProfitTrailer Setup page.
reference:
- https://profittrailer.com/
metadata:
verified: true
max-request: 1
shodan-query: html:"ProfitTrailer Setup"
tags: misconfig,install,exposure,profittrailer
http:
- method: GET
path:
- "{{BaseURL}}/setup/license"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "ProfitTrailer Setup"
- type: status
status:
- 200