Merge pull request #5165 from projectdiscovery/ez-publish-panel

Create ez-publish-panel.yaml
patch-1
Prince Chaddha 2022-08-21 14:09:35 +05:30 committed by GitHub
commit 576976d77b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: ez-publish-panel
info:
name: eZ Publish Panel Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.html:"eZ Publish"
tags: panel,ez
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers-condition: or
matchers:
- type: word
part: body
words:
- 'content="eZ Publish'
case-insensitive: true
- type: word
part: header
words:
- 'eZ Publish'