mailhog panel

patch-1
kh4sh3i 2022-11-06 23:22:49 +03:30 committed by GitHub
parent 7d90e94792
commit bc709e0232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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}}"
- "{{BaseURL}}:1025"
- "{{BaseURL}}:8025"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'MailHog'
case-insensitive: true
- type: status
status:
- 200