Files
Dwi Siswanto f893b6c0cb refactor: native tests (#7307)
Signed-off-by: Dwi Siswanto <git@dw1.io>
2026-04-15 05:27:07 +07:00

20 lines
410 B
YAML

id: net-https
info:
name: Example Network template to send HTTPS request
author: pdteam
severity: high
description: Example Network template to send HTTPS request
tcp:
- host:
- "tls://{{Hostname}}"
port: 443
inputs:
- data: "GET / HTTP/1.1\r\nHost: {{Hostname}}\r\nConnection: close\r\n\r\n"
read-all: true
extractors:
- type: dsl
dsl:
- "len(data)"