Merge pull request #6477 from projectdiscovery/ImpressPages-installation-wizard

ImpressPages installation wizard
patch-1
Dhiyaneshwaran 2023-01-06 17:32:25 +05:30 committed by GitHub
commit 5b19213253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: impresspages-installer
info:
name: ImpressPages Installer
author: pussycat0x
severity: low
metadata:
verified: true
shodan-query: http.title:"ImpressPages installation wizard"
tags: misconfig,exposure,install,impresspages
requests:
- 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