Merge pull request #6524 from projectdiscovery/Citrix-Hypervisor-Page-Detection

Citrix Hypervisor Page Detection
patch-1
Dhiyaneshwaran 2023-01-13 12:14:54 +05:30 committed by GitHub
commit 6c3448b549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

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