32 lines
683 B
YAML
32 lines
683 B
YAML
|
id: justfans-installer
|
||
|
|
||
|
info:
|
||
|
name: JustFans Installation Page - Exposure
|
||
|
author: DhiyaneshDK
|
||
|
severity: high
|
||
|
description: |
|
||
|
Detects exposed JustFans Setup page.
|
||
|
reference:
|
||
|
- https://codecanyon.net/item/justfans-premium-content-creators-saas-platform/35154898
|
||
|
metadata:
|
||
|
verified: true
|
||
|
max-request: 1
|
||
|
shodan-query: html:"Install the script - JustFans"
|
||
|
tags: misconfig,install,exposure,justfans
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/install"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "Install the script - JustFans"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|