Skip to content

JustFans Installation Page - Exposure

ID: justfans-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,install,exposure,justfans

Detects exposed JustFans Setup page.

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
# digest: 4b0a0048304602210095ace5eff778b100516f13334c1d5fc1d99caa38d970cdc72bbf49076737d2770221008e9ee91542a4cf7b299b68ddad4124e3d70b3ee3784128d64efc42d5442467ec:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/justfans-installer.yaml"

View on Github