yigtuyumz / networkmanager

tcpip tools with cooked packets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

networkmanager tools

usage

sudo g++ -std=c++11 *.cpp -I.
sudo ./a.out <interfaceName> <destinationIP>

todo

  • fix multithread logic
  • add a cross-plat makefile

About

tcpip tools with cooked packets

License:GNU General Public License v3.0


Languages

Language:C 79.6%Language:C++ 20.4%