nuclei-templates/http/misconfiguration/installer/poste-io-installer.yaml

37 lines
754 B
YAML
Raw Normal View History

2024-06-28 09:16:55 +00:00
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