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

30 lines
538 B
YAML
Raw Normal View History

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