Skip to content

Zenario Admin Login Panel - Detect

ID: zenario-login-panel

Severity: info

Author: __Fazal

Tags: panel,zenario,tribalsystems

Zenario admin login panel was detected.

id: zenario-login-panel
info:
name: Zenario Admin Login Panel - Detect
author: __Fazal
severity: info
description: Zenario admin 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:tribalsystems:zenario:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: tribalsystems
product: zenario
tags: panel,zenario,tribalsystems
http:
- method: GET
path:
- '{{BaseURL}}/zenario/admin/welcome.php'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Welcome to Zenario"
# digest: 4a0a004730450221008628ef5482d91f28f9b28dddccde2475bd62087837b75cb26b25961f048df8a5022070de65d6cf128d6c1da646807f82eba1d8f317af98ebb6c834a444c5ca155246: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/zenario-login-panel.yaml"

View on Github