Skip to content

SecMail Login Panel - Detect

ID: secmail-detect

Severity: info

Author: johnk3r

Tags: secmail,panel

SecMail login panel was detected.

id: secmail-detect
info:
name: SecMail Login Panel - Detect
author: johnk3r
severity: info
description: SecMail 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:
max-request: 1
shodan-query: secmail
tags: secmail,panel
http:
- method: GET
path:
- "{{BaseURL}}/SecMail/login.jsp"
matchers-condition: and
matchers:
- type: word
words:
- "Path=/SecMail"
part: header
- type: status
status:
- 200
# digest: 4b0a00483046022100f8c6124d80ccf38e4a232fa391c6cc0c0c307bd049be39bb6e895b343ca229b5022100f4d74fa4739692a271484c7c4bc1873dfc95ba107a297bf07f344304b7683ca5: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/secmail-detect.yaml"

View on Github