fengidri / tcpprobe

base on tcp_probe add filter and other tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usage: tp.py [-h] [--saddr SADDR] [--daddr DADDR] [--sport SPORT]
             [--dport DPORT] [-o O] [-r R]

optional arguments:
  -h, --help     show this help message and exit
  --saddr SADDR  local ip
  --daddr DADDR  remote ip
  --sport SPORT  local port
  --dport DPORT  remote port
  -o O           remote port
  -r R           reload module
  • --saddr: set the local ip
  • --daddr: set the remote ip
  • --sport: set the local port
  • --dport: set the remote port

About

base on tcp_probe add filter and other tools


Languages

Language:C 85.2%Language:Python 13.6%Language:Makefile 1.2%