Create default-cakephp-page.yaml
parent
e89a2a41d4
commit
a5a2255ea8
|
@ -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
|
Loading…
Reference in New Issue