Merge pull request #5871 from projectdiscovery/pagekit-installer

Create pagekit-installer.yaml
patch-1
Prince Chaddha 2022-10-28 11:36:20 +05:30 committed by GitHub
commit b37ebb2b93
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 Exposure
author: DhiyaneshDk
severity: high
reference:
- https://github.com/pagekit/pagekit
metadata:
verified: true
shodan-query: title:"Pagekit Installer"
tags: misconfig,pagekit,install,exposure
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