Merge pull request #6477 from projectdiscovery/ImpressPages-installation-wizard
ImpressPages installation wizardpatch-1
commit
5b19213253
|
@ -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
|
Loading…
Reference in New Issue