Create pagekit-installer.yaml

patch-1
Dhiyaneshwaran 2022-10-27 04:12:05 +05:30 committed by GitHub
parent a326344c5e
commit 44ad0cafff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: pagekit-installer
info:
name: Pagekit Installer
author: DhiyaneshDk
severity: high
reference:
- https://github.com/pagekit/pagekit
metadata:
verified: true
shodan-query: title:"Pagekit Installer"
tags: misconfig,pagekit,install
requests:
- method: GET
path:
- '{{BaseURL}}/installer'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Pagekit Installer'
- 'Connect database'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200