Create posteio-installer.yaml
parent
6790e17b91
commit
e1d52be2ba
|
@ -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
|
Loading…
Reference in New Issue