Skip to content

Eventum Login Panel - Detect

ID: eventum-panel

Severity: info

Author: princechaddha

Tags: panel,eventum,mysql

Eventum login panel was detected.

id: eventum-panel
info:
name: Eventum Login Panel - Detect
author: princechaddha
severity: info
description: Eventum 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:mysql:eventum:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: mysql
product: eventum
shodan-query: http.favicon.hash:305412257
fofa-query: icon_hash=305412257
tags: panel,eventum,mysql
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: or
matchers:
- type: word
part: body
words:
- '<title>Login - Eventum</title>'
- 'title="Eventum Issues search"'
condition: or
- type: word
part: body
words:
- 'Database Error:'
- 'There seems to be a problem connecting to the database server specified
in your configuration file'
condition: and
# digest: 4a0a0047304502203c37dddf1b5e0fe37e240230b7cba93ea6724968444fcc4c33c40052688e44b7022100edbe75891702a81386847124bb390f2889400879027fe08108a8a45a2a77375e: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/eventum-panel.yaml"

View on Github