Merge pull request #9910 from projectdiscovery/justfans-installer

Create justfans-installer.yaml
patch-3
Ritik Chaddha 2024-05-29 13:32:15 +05:30 committed by GitHub
commit b0e458f685
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: 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