Create fortimail-panel.yaml (#3549)
* Create fortimail-panel.yaml * misc updates Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
2c250d66c7
commit
362c381732
|
@ -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
|
Loading…
Reference in New Issue