nc (NetCat)命令

Tags
linux
Created
Jun 15, 2019 3:41 PM

建立 http/tcp 链接:nc <host/ip> <port> // 链接之后直接输入 http 协议数据

链接 socket:  nc -U <unixsocket>

监听入站链接: nc -l <port>

  • u 选项来连接到 UDP 端口
SuperMade with Super