37 lines
754 B
YAML
37 lines
754 B
YAML
|
id: poste-io-installer
|
||
|
|
||
|
info:
|
||
|
name: Poste.io Installer Page - Exposure
|
||
|
author: DhiyaneshDK
|
||
|
severity: high
|
||
|
description: |
|
||
|
Poste.io is susceptible to the Installation page exposure due to misconfiguration.
|
||
|
metadata:
|
||
|
verified: true
|
||
|
max-request: 1
|
||
|
fofa-query: body="Initial server configuration"
|
||
|
tags: misconfig,exposure,poste-io,install
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/admin/install/server"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'Initial server configuration'
|
||
|
- 'poste'
|
||
|
condition: and
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "text/html"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|