29 lines
513 B
YAML
29 lines
513 B
YAML
id: contentify-installer
|
|
|
|
info:
|
|
name: Contentify Installer Exposure
|
|
author: ritikchaddha
|
|
severity: high
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
tags: misconfig,contentify,install,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/install'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Contentify - Step 1'
|
|
- 'start the installation'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|