Sharefile Login - Panel
ID: sharefile-panel
Severity: info
Author: irshad ahamed
Tags: sharefile,login,panel,detect,citrix
Description
Section titled “Description”ShareFile is a cloud-based file sharing and collaboration platform that provides secure access to files from anywhere.
YAML Source
Section titled “YAML Source”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/ classification: cpe: cpe:2.3:a:citrix:sharefile:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: citrix product: sharefile shodan-query: - title:"ShareFile Login" - http.title:"sharefile login" fofa-query: title="sharefile login" google-query: intitle:"sharefile login" tags: sharefile,login,panel,detect,citrix
http: - method: GET path: - "{{BaseURL}}/Authentication/Login"
matchers-condition: and matchers: - type: word words: - 'ShareFile Login' - 'password' condition: and
- type: status status: - 200# digest: 490a004630440220586d1e482019fca5f2ed55d7d69a614e7f886b86b68f9c9122c2711979641b3102202087169895b82b1429c52b7c7c2eda8d0e62b40468a0f27ae3037051fc7051d3:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/sharefile-panel.yaml"