From 362c3817325f7b3d320b60e3b9c0a697c14e81bc Mon Sep 17 00:00:00 2001 From: johnk3r Date: Tue, 18 Jan 2022 02:31:45 -0300 Subject: [PATCH] Create fortimail-panel.yaml (#3549) * Create fortimail-panel.yaml * misc updates Co-authored-by: sandeep --- exposed-panels/fortimail-panel.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 exposed-panels/fortimail-panel.yaml diff --git a/exposed-panels/fortimail-panel.yaml b/exposed-panels/fortimail-panel.yaml new file mode 100644 index 0000000000..66cdb4c45a --- /dev/null +++ b/exposed-panels/fortimail-panel.yaml @@ -0,0 +1,26 @@ +id: fortimail-login + +info: + name: Fortinet FortiMail Login Panel + author: johnk3r + severity: info + metadata: + shodan-query: title:"Fortimail" + fofa-query: 'Fortimail && port=443' + tags: panel,fortinet,fortimail,login + +requests: + - method: GET + path: + - "{{BaseURL}}/m/" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'FortiMail' + + - type: status + status: + - 200