Create default-cakephp-page.yaml

patch-1
Dhiyaneshwaran 2023-01-08 22:42:25 +05:30 committed by GitHub
parent e89a2a41d4
commit a5a2255ea8
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: 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'
- 'the rapid development PHP framework:'
condition: and
- type: status
status:
- 200