nuclei-templates/http/misconfiguration/installer/justfans-installer.yaml

32 lines
683 B
YAML
Raw Normal View History

2024-05-28 11:55:03 +00:00
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