piki / packetkit

Send spoofed packets based on declarative specs in text files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PacketKit, (c) 2001 by Patrick Reynolds
Distributed under the GNU General Public License v2 or later.

To build it:
  ./configure && make
It only builds under Linux.  Contributions to fix this are welcome.
The GUI requires GTK+ and libglade.

To run the sniffer:
  ./sniff

To run the generator:
  ./sender <filename> [<filename> [<filename>]]

To run the GUI:
  ./pktgui

About

Send spoofed packets based on declarative specs in text files


Languages

Language:C++ 95.7%Language:C 4.3%