Merge pull request #9924 from projectdiscovery/profittrailer-installer
Create profittrailer-installer.yamlpatch-3
commit
a6c57bc9e0
|
@ -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
|
Loading…
Reference in New Issue