Horde Webmail Login Panel - Detect
ID: horde-webmail-login
Severity: info
Author: ritikchaddha
Tags: horde,webmail,panel
Description
Section titled “Description”Horde Webmail login panel was detected.
YAML Source
Section titled “YAML Source”id: horde-webmail-login
info: name: Horde Webmail Login Panel - Detect author: ritikchaddha severity: info description: Horde Webmail 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:2104916232 tags: horde,webmail,panel
http: - method: GET path: - "{{BaseURL}}/horde/imp/login.php" - "{{BaseURL}}/imp/login.php"
stop-at-first-match: true
matchers-condition: and matchers: - type: word words: - "Welcome to Horde"
- type: status status: - 200# digest: 4a0a00473045022100df98bc2077200a5a691974d2e28a5f0c0f1c52c78db7057b4488aa4ba9caa4e4022033fcab0393bbdb64950b6e613c792fe495ed9e116475b641687ae1cd29453c28:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/horde-webmail-login.yaml"