nuclei-templates/network/vnc-detect.yaml

25 lines
446 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:
2021-12-09 13:06:24 +00:00
- "{{Host}}:5900"
- "{{Hostname}}"
2021-07-17 14:57:07 +00:00
matchers:
- type: word
words:
2021-07-20 11:44:12 +00:00
- "RFB"
2021-12-09 13:06:24 +00:00
2021-07-20 11:44:12 +00:00
extractors:
- type: regex
part: body
regex:
- "RFB ([0-9.]+)"