From b86a6ba59cdd6b1817636e32bac9f340d887921d Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 20 Jul 2021 17:14:12 +0530 Subject: [PATCH] Update vnc-detect.yaml --- network/vnc-detect.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/network/vnc-detect.yaml b/network/vnc-detect.yaml index 36e376c81c..7a0687aefd 100644 --- a/network/vnc-detect.yaml +++ b/network/vnc-detect.yaml @@ -13,4 +13,9 @@ network: matchers: - type: word words: - - "RFB" \ No newline at end of file + - "RFB" + extractors: + - type: regex + part: body + regex: + - "RFB ([0-9.]+)"