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