Skip to content

HighMail Admin Login Panel - Detect

ID: highmail-admin-panel

Severity: info

Author: ritikchaddha

Tags: highmail,panel,aryanic

HighMail admin login panel was detected.

id: highmail-admin-panel
info:
name: HighMail Admin Login Panel - Detect
author: ritikchaddha
severity: info
description: HighMail 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
metadata:
verified: true
max-request: 2
vendor: aryanic
product: high_cms
shodan-query:
- title:"HighMail"
- http.title:"highmail"
fofa-query:
- title="HighMail"
- title="highmail"
google-query: intitle:"highmail"
tags: highmail,panel,aryanic
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/login"
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "HighMail"
- type: status
status:
- 200
# digest: 4a0a00473045022018b4385c37424f724e46dddfb27c329615aed864e02efd4353a1f3a6bd1d950702210080f814e566ffc384d599e72713878221b29473321fd13889b245daa45a1e3fe5: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/highmail-admin-panel.yaml"

View on Github