nuclei-templates/http/exposed-panels/php-mailer.yaml

33 lines
623 B
YAML
Raw Normal View History

2022-10-07 09:24:03 +00:00
id: php-mailer
info:
name: PHPMailer Panel - Detect
2022-10-07 09:24:03 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-10-07 09:24:03 +00:00
metadata:
max-request: 1
2022-10-07 09:24:03 +00:00
verified: true
shodan-query: http.title:"PHP Mailer"
2022-10-08 07:29:12 +00:00
tags: panel,php,mailer
2022-10-07 09:24:03 +00:00
http:
2022-10-07 09:24:03 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
2022-10-08 07:29:12 +00:00
- type: word
2022-10-07 09:24:03 +00:00
part: body
2022-10-08 07:29:12 +00:00
words:
2022-10-07 09:24:03 +00:00
- '<title>PHP Mailer</title>'
- type: status
status:
- 200