udp_qotd: Send an request for the QOTD

Description Usage Arguments Value See Also Examples

View source: R/echo.R

Description

Quote of the Day servers are also rly bad things to put on the public internet but there are over 40K of them as of 2019. Find an IP and make a query!

Usage

1
udp_qotd(host, port = 17L)

Arguments

host

host or IP address of target

port

defaults to 17L (the standard echo port)

Value

character vector

See Also

Other insecure old internet service utility functions: udp_daytime, udp_echo

Examples

1
2
3
4
## Not run: 
udp_qotd("119.48.167.199")

## End(Not run)

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