commit
3fbf9ffca2
|
@ -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
|
Loading…
Reference in New Issue