Merge pull request #5878 from projectdiscovery/ProcessWire-Installer

ProcessWire  Installer
patch-1
Prince Chaddha 2022-10-28 11:46:44 +05:30 committed by GitHub
commit 3fbf9ffca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: processwire-installer
info:
name: ProcessWire 3.x Installer Exposure
author: pussycat0x
severity: unknown
metadata:
verified: true
shodan-query: title:"ProcessWire 3.x Installer"
tags: misconfig,processwire,install,exposure
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/install.php'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>ProcessWire 3.x Installer'
- type: status
status:
- 200