nuclei-templates/network/vnc-detect.yaml

22 lines
422 B
YAML
Raw Normal View History

2021-07-17 14:57:07 +00:00
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:
2021-07-20 11:44:12 +00:00
- "RFB"
extractors:
- type: regex
part: body
regex:
- "RFB ([0-9.]+)"