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

27 lines
438 B
YAML

id: php-mailer
info:
name: PHP Mailer Detect
author: ritikchaddha
severity: unknown
metadata:
verified: true
shodan-query: http.title:"PHP Mailer"
tags: panel,php,mailer
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>PHP Mailer</title>'
- type: status
status:
- 200