Add files via upload
parent
8e311dedcc
commit
63b1837e48
|
@ -0,0 +1,16 @@
|
||||||
|
id: vnc-service-detection
|
||||||
|
info:
|
||||||
|
name: VNC Service Detection
|
||||||
|
author: pussycat0x
|
||||||
|
severity: info
|
||||||
|
tags: network,vnc
|
||||||
|
description: VNC service detection
|
||||||
|
network:
|
||||||
|
- inputs:
|
||||||
|
- data: "\r\n"
|
||||||
|
host:
|
||||||
|
- "{{Hostname}}:5900"
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "RFB"
|
Loading…
Reference in New Issue