mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-21 01:45:25 +00:00
22 lines
417 B
YAML
22 lines
417 B
YAML
id: network-port-example
|
|
|
|
info:
|
|
name: Example Template with Network Port
|
|
author: pdteam
|
|
severity: high
|
|
description: This is an updated description for the network port example.
|
|
reference: https://updated-reference-link
|
|
|
|
tcp:
|
|
- host:
|
|
- "{{Hostname}}"
|
|
port: 23846
|
|
inputs:
|
|
- data: "PING\r\n"
|
|
read-size: 4
|
|
matchers:
|
|
- type: word
|
|
part: data
|
|
words:
|
|
- "PONG"
|