Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/network/network-port.yaml
2070 views
1
id: network-port-example
2
3
info:
4
name: Example Template with Network Port
5
author: pdteam
6
severity: high
7
description: This is an updated description for the network port example.
8
reference: https://updated-reference-link
9
10
tcp:
11
- host:
12
- "{{Hostname}}"
13
port: 23846
14
inputs:
15
- data: "PING\r\n"
16
read-size: 4
17
matchers:
18
- type: word
19
part: data
20
words:
21
- "PONG"
22
23