Merge pull request #5871 from projectdiscovery/pagekit-installer
Create pagekit-installer.yamlpatch-1
commit
b37ebb2b93
|
@ -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
|
Loading…
Reference in New Issue