nuclei-templates/http/exposed-panels/sharefile-panel.yaml

33 lines
698 B
YAML
Raw Normal View History

2023-07-11 13:01:16 +00:00
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