36 lines
634 B
YAML
36 lines
634 B
YAML
id: default-cakephp-page
|
|
|
|
info:
|
|
name: CakePHP Default Page
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: html:"Welcome to CakePHP"
|
|
tags: tech,cakephp,default-page
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Welcome to CakePHP'
|
|
- 'CakePHP Issues'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- "Welcome to CakePHP ([0-9.]+)"
|