34 lines
646 B
YAML
34 lines
646 B
YAML
id: impresspages-installer
|
|
|
|
info:
|
|
name: ImpressPages Installer
|
|
author: pussycat0x
|
|
severity: low
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: http.title:"ImpressPages installation wizard"
|
|
tags: misconfig,exposure,install,impresspages
|
|
|
|
http:
|
|
- 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 |