33 lines
698 B
YAML
33 lines
698 B
YAML
|
id: sharefile-panel
|
||
|
|
||
|
info:
|
||
|
name: Sharefile Login - Panel
|
||
|
author: irshad ahamed
|
||
|
severity: info
|
||
|
description: |
|
||
|
ShareFile is a cloud-based file sharing and collaboration platform that provides secure access to files from anywhere.
|
||
|
reference:
|
||
|
- https://www.sharefile.com/
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"ShareFile Login"
|
||
|
max-request: 1
|
||
|
tags: sharefile,login,panel,detect
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/Authentication/Login"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'ShareFile Login'
|
||
|
- 'password'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|