Update vnc-detect.yaml
parent
63b1837e48
commit
b86a6ba59c
|
@ -13,4 +13,9 @@ network:
|
|||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "RFB"
|
||||
- "RFB"
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- "RFB ([0-9.]+)"
|
||||
|
|
Loading…
Reference in New Issue