项目作者: qtopierw

项目描述 :
Simple tool to send tcp/udp packets.
高级语言: Go
项目地址: git://github.com/qtopierw/spkt.git
创建时间: 2019-04-25T08:55:01Z
项目社区:https://github.com/qtopierw/spkt

开源协议:MIT License

下载


spkt

Usage

  1. Usage of spkt:
  2. -file string
  3. read data to send from file
  4. -port int
  5. specify the port to send packet (default 5678)
  6. -proto string
  7. specify the protocol (tcp or udp) (default "tcp")
  8. -server string
  9. specify the server address to send packet (default "localhost")