2023-01-06 09:22:39 +00:00
|
|
|
id: impresspages-installer
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ImpressPages Installer
|
|
|
|
author: pussycat0x
|
|
|
|
severity: low
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-01-06 09:22:39 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.title:"ImpressPages installation wizard"
|
|
|
|
tags: misconfig,exposure,install,impresspages
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-01-06 09:22:39 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "ImpressPages installation wizard"
|
|
|
|
- "Configuration"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|