Create fortimail-panel.yaml (#3549)

* Create fortimail-panel.yaml

* misc updates

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
patch-1
johnk3r 2022-01-18 02:31:45 -03:00 committed by GitHub
parent 2c250d66c7
commit 362c381732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -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:
- '<title>FortiMail</title>'
- type: status
status:
- 200