Skip to content

QmailAdmin Login Panel - Detect

ID: qmail-admin-login

Severity: info

Author: ritikchaddha

Tags: qmail,panel,qmail_project

QmailAdmin login panel was detected.

id: qmail-admin-login
info:
name: QmailAdmin Login Panel - Detect
author: ritikchaddha
severity: info
description: QmailAdmin 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
cpe: cpe:2.3:a:qmail_project:qmail:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 5
vendor: qmail_project
product: qmail
shodan-query:
- title:"QmailAdmin"
- http.title:"qmailadmin"
fofa-query: title="qmailadmin"
google-query: intitle:"qmailadmin"
tags: qmail,panel,qmail_project
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/qmailadmin/qmailadmin.cgi"
- "{{BaseURL}}/cgi-bin/qmailadmin/qmailadmin"
- "{{BaseURL}}/cgi-bin/qmailadmin"
- "{{BaseURL}}/cgi-ssl/qmailadmin/qmailadmin"
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "QmailAdmin"
- type: status
status:
- 200
# digest: 4a0a0047304502204aab315fc4b8165e700e48784d7ae4076e6311971bff7f139d21912fb01b0d6c022100fed550d701972d06f6576effc11a97336b9fe7d85097454b33675e091edcc33c: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/qmail-admin-login.yaml"

View on Github