Create posteio-installer.yaml

patch-1
Ritik Chaddha 2024-03-12 14:19:54 +05:30 committed by GitHub
parent 6790e17b91
commit e1d52be2ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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