35 lines
893 B
YAML
35 lines
893 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
|
|
max-request: 1
|
|
shodan-query: title:"ShareFile Login"
|
|
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
|
|
|
|
# digest: 4a0a0047304502205754f75650d3ce5ea2a8b9db7111ca75d8c74b0a765ca4df7d41648b6b143b10022100ce81be63f5f632dd9c797a6b87125321754323c28aa9ae11e70d71d38f0a7233:922c64590222798bb761d5b6d8e72950
|