mailhog panel
parent
7d90e94792
commit
bc709e0232
|
@ -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
|
Loading…
Reference in New Issue