MailWatch Login Panel - Detect
ID: mailwatch-login
Severity: info
Author: oppsec
Tags: panel,mailwatch
Description
Section titled “Description”MailWatch login panel was detected.
YAML Source
Section titled “YAML Source”id: mailwatch-login
info: name: MailWatch Login Panel - Detect author: oppsec severity: info description: MailWatch 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: 1 shodan-query: http.title:"MailWatch Login Page" tags: panel,mailwatch
http: - method: GET path: - "{{BaseURL}}/mailscanner/login.php"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - "MailWatch Login"
- type: status status: - 200# digest: 4b0a0048304602210099c2f037ca11c73e3c62d9dd24d8369b5f350e119c6510ea8060094dca8e8949022100d601f6ecb12630b548db6441a077b45aa2d55e91a933a0cb58301a1ec00401eb: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/mailwatch-login.yaml"