From 4e97d52063724ede655b317501b3cf34b25b45a5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 11 Jul 2023 13:07:48 +0530 Subject: [PATCH] Create sharefile-storage-server.yaml --- .../sharefile-storage-server.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 http/technologies/sharefile-storage-server.yaml diff --git a/http/technologies/sharefile-storage-server.yaml b/http/technologies/sharefile-storage-server.yaml new file mode 100644 index 0000000000..ba1e0f04a0 --- /dev/null +++ b/http/technologies/sharefile-storage-server.yaml @@ -0,0 +1,29 @@ +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: + - '{{BaseURL}}' + + host-redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'ShareFile Storage Server' + + - type: status + status: + - 200