nuclei-templates/exposed-panels/mailhog-panel.yaml

33 lines
593 B
YAML

id: mailhog-panel
info:
name: MailHog Panel Detect
author: kh4sh3i
severity: info
description: |
MailHog is an email testing tool for developers
reference:
- https://github.com/mailhog/MailHog
metadata:
verified: true
shodan-query: http.html:"mailhog"
tags: panel,mailhog,mail,smtp
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'MailHog'
- 'SMTP server'
condition: and
- type: status
status:
- 200