nc — arbitrary TCP and UDP connections and listens
监听请求:
nc -l 1234 > filename.out
发送请求
nc host.example.com 1234 < filename.in
nc — arbitrary TCP and UDP connections and listens
监听请求:
nc -l 1234 > filename.out
发送请求
nc host.example.com 1234 < filename.in