2023-01-12 11:57:34 +00:00
|
|
|
id: citrix-hypervisor-page
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Citrix Hypervisor Page Detection
|
|
|
|
author: pussycat0x
|
|
|
|
severity: info
|
2024-09-10 09:08:16 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:o:citrix:hypervisor:*:*:*:*:*:*:*:*
|
2023-01-12 11:57:34 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2024-09-10 08:22:50 +00:00
|
|
|
vendor: citrix
|
2024-09-10 09:08:16 +00:00
|
|
|
product: hypervisor
|
|
|
|
shodan-query: http.title:"Welcome to Citrix Hypervisor"
|
2023-01-12 11:57:34 +00:00
|
|
|
tags: tech,citrix,default-page
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-01-12 11:57:34 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'Welcome to Citrix Hypervisor'
|
|
|
|
- 'XenCenter'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2023-10-14 11:27:55 +00:00
|
|
|
- "Welcome to Citrix Hypervisor ([0-9. ]+)"
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 490a004630440220791aca5457357f1b944b2bdb5886cc6452007032afaead67fd1c98d3352d6f1b022041a02377e7c8543fa77c103ae61c304cf6ae202cb445d2034c23fc4c9769c23c:922c64590222798bb761d5b6d8e72950
|