2022-06-05 12:08:48 +00:00
|
|
|
id: eventum-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Eventum Panel Detect
|
|
|
|
author: princechaddha
|
|
|
|
severity: info
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.favicon.hash:305412257
|
|
|
|
tags: panel,eventum
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
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
|