nuclei-templates/http/technologies/sharefile-storage-server.yaml

31 lines
539 B
YAML

id: sharefile-storage-server
info:
name: ShareFile Storage Server - Detect
author: DhiyaneshDK
severity: info
metadata:
verified: true
max-request: 1
shodan-query: title:"ShareFile Storage Server"
tags: tech,citrix,sharefile
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "ShareFile Storage Server"
- type: status
status:
- 200