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

27 lines
438 B
YAML
Raw Normal View History

2022-10-07 09:24:03 +00:00
id: php-mailer
info:
name: PHP Mailer Detect
author: ritikchaddha
2022-10-08 07:31:04 +00:00
severity: unknown
2022-10-07 09:24:03 +00:00
metadata:
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
requests:
- 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