nuclei-templates/http/exposed-panels/eventum-panel.yaml

41 lines
919 B
YAML
Raw Normal View History

2022-06-05 12:08:48 +00:00
id: eventum-panel
info:
name: Eventum Login Panel - Detect
2022-06-05 12:08:48 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-06-05 12:08:48 +00:00
metadata:
max-request: 1
2022-06-05 12:08:48 +00:00
verified: true
shodan-query: http.favicon.hash:305412257
tags: panel,eventum
http:
2022-06-05 12:08:48 +00:00
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
2022-06-05 12:08:48 +00:00
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