commit
5f2a5d45c0
|
@ -0,0 +1,32 @@
|
||||||
|
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
|
Loading…
Reference in New Issue