Skip to content

Commit

Permalink
added NetScaler and citrixADC hash icon detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Randsec committed Jul 19, 2023
1 parent adc6df0 commit 7b96187
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions other/Netscaler_CitrixADC_hash_icon_detection.bcheck
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
metadata:
language: v1-beta
name: "Netscaler/CitrixADC Icon Hash"
description: "Detects the hash of Netscaler and Citrix ADC"
tags: "passive"
author: "Randsec"

given response then
if "/vpn/images/AccessGateway.ico" in {latest.response.body} or "receiver/images/common/icon_vpn.ico" in {latest.response.body} then
report issue:
severity: info
confidence: firm
detail: "Possible Netscaler / Citrix ADC detected"
end if

0 comments on commit 7b96187

Please sign in to comment.