PHPMailer Panel - Detect
ID: php-mailer
Severity: info
Author: ritikchaddha
Tags: panel,php,mailer
Description
Section titled “Description”PHPMailer panel was detected.
YAML Source
Section titled “YAML Source”id: php-mailer
info: name: PHPMailer Panel - Detect author: ritikchaddha severity: info description: PHPMailer 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:phpmailer_project:phpmailer:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: http.title:"PHP Mailer" product: phpmailer vendor: phpmailer_project tags: panel,php,mailer
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - '<title>PHP Mailer</title>'
- type: status status: - 200# digest: 4a0a00473045022100d46e1d93bd5066fa2c1dfe59d535a6f50de43c6c98ca92621606921ac5564d4f02205f4aea5e90961300eacdefffbcdd6d6f3dd3eca8e05c5869869072b7eb01b837: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/php-mailer.yaml"