nuclei/integration_tests/network/basic.yaml

18 lines
280 B
YAML
Raw Normal View History

2021-02-26 20:53:06 +00:00
id: basic-network-request
info:
name: Basic Network Request
author: pdteam
severity: info
network:
- host:
- "{{Hostname}}"
inputs:
- data: "PING\r\n"
read-size: 4
matchers:
- type: word
part: data
words:
- "PONG"