32 lines
897 B
YAML
32 lines
897 B
YAML
id: posteio-installer
|
|
|
|
info:
|
|
name: First Poste.io Configuration Installation Wizard
|
|
author: ritikchaddha
|
|
severity: high
|
|
description: Poste.io is susceptible to the Installation page exposure due to misconfiguration.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Initial server configuration"
|
|
tags: misconfig,exposure,install,poste
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/admin/install/server"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Initial server configuration"
|
|
- "Generate</button>"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100ec992f587d9499eeb4be41d1c62854d67328d45ad592cc85aa83adc854d0edd1022100a90a504589122cce6597be2e4bfdb196059a3d2b62773f1e6753a66a590eb8a3:922c64590222798bb761d5b6d8e72950
|