Skip to content

Horde Login Panel - Detect

ID: horde-login-panel

Severity: info

Author: ritikchaddha

Tags: horde,panel

Horde login panel was detected.

id: horde-login-panel
info:
name: Horde Login Panel - Detect
author: ritikchaddha
severity: info
description: Horde 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
metadata:
verified: true
max-request: 2
shodan-query: http.favicon.hash:-741491222
tags: horde,panel
http:
- method: GET
path:
- "{{BaseURL}}/horde/login.php"
- "{{BaseURL}}/login.php"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "HordeLogin.user"
- type: status
status:
- 200
# digest: 4a0a004730450221008a8bd05455924d9c10c84fb5d0470843379df7a49dae3b838c7116383ce394ef02200e721f90eb4a37f4193db4f3b04cc86912312040b6b54668bd3fd97de204414d: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/horde-login-panel.yaml"

View on Github