Skip to content

eZ Publish Login Panel - Detect

ID: ez-publish-panel

Severity: info

Author: ritikchaddha

Tags: panel,ez

eZ Publish login panel was detected.

id: ez-publish-panel
info:
name: eZ Publish Login Panel - Detect
author: ritikchaddha
severity: info
description: eZ Publish login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:ez:ez_publish:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.html:"eZ Publish"
product: ez_publish
vendor: ez
tags: panel,ez
http:
- method: GET
path:
- "{{BaseURL}}"
host-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'
# digest: 4a0a00473045022100dfadead033f1c5edc14578e448543d59d6b3512585e07d1655372e65381d740b02203bb85d095a7192ffd974b771716cc2d13c1ce6e5d6b06e36fac2b04f2801e3bd:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ez-publish-panel.yaml"

View on Github