Skip to content

SqWebMail Login Panel - Detect

ID: sqwebmail-login-panel

Severity: info

Author: ritikchaddha

Tags: webmail,sqwebmail,panel

SqWebMail login panel was detected.

id: sqwebmail-login-panel
info:
name: SqWebMail Login Panel - Detect
author: ritikchaddha
severity: info
description: SqWebMail 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: title:"SqWebMail"
tags: webmail,sqwebmail,panel
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/sqwebmail"
- "{{BaseURL}}/cgi-bin/webmail"
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "SqWebMail - Copyright"
# digest: 4a0a00473045022100c9609b8dc2121af3f2bb75c73511cd79c2e589bcf45d0e700f834624045cfe6902205d9827ac0f65825819e8214686ddf7ee8c63739625204d5351086c2e3b0b6780: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/sqwebmail-login-panel.yaml"

View on Github