udp_daytime: Send an request for the day/time

Description Usage Arguments Value See Also Examples

View source: R/echo.R

Description

daytime servers are also rly bad things to put on the public internet but there are a few, still, of them as of 2019. Find an IP and make a query!

Usage

1
udp_daytime(host, port = 13L)

Arguments

host

host or IP address of target

port

defaults to 13L (the standard echo port)

Value

character vector

See Also

Other insecure old internet service utility functions: udp_echo, udp_qotd

Examples

1
2
3
4
## Not run: 
udp_daytime("195.34.89.241")

## End(Not run)

hrbrmstr/udpprobe documentation built on May 23, 2019, 9:49 a.m.