Create sharefile-storage-server.yaml
parent
c01bb1f42c
commit
4e97d52063
|
@ -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
|
Loading…
Reference in New Issue