From bc709e02329aba153a96a71d398e9c104735d250 Mon Sep 17 00:00:00 2001 From: kh4sh3i Date: Sun, 6 Nov 2022 23:22:49 +0330 Subject: [PATCH] mailhog panel --- exposed-panels/mailhog-panel.yaml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 exposed-panels/mailhog-panel.yaml diff --git a/exposed-panels/mailhog-panel.yaml b/exposed-panels/mailhog-panel.yaml new file mode 100644 index 0000000000..c918d3d333 --- /dev/null +++ b/exposed-panels/mailhog-panel.yaml @@ -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