nuclei-templates/http/technologies/citrix-hypervisor-page.yaml

36 lines
692 B
YAML

id: citrix-hypervisor-page
info:
name: Citrix Hypervisor Page Detection
author: pussycat0x
severity: info
metadata:
max-request: 1
verified: true
shodan-query: http.title:"Welcome to Citrix Hypervisor"
tags: tech,citrix,default-page
http:
- 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:
- "Welcome to Citrix Hypervisor ([0-9. ]+)"