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

32 lines
660 B
YAML
Raw Normal View History

2024-06-28 09:16:55 +00:00
id: poste-io-installer
info:
2024-06-29 10:49:37 +00:00
name: Poste.io - Installer
2024-06-28 09:16:55 +00:00
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: status
status:
- 200