yqbeyond / lshark

A tiny packet sniffer to using C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lshark

a tiny packet sniffer using C.

lSniffer

Run lSniffer as root.

sudo ./lSnifffer

lSynflood

Run lSynflood as root.

sudo ./lSynflood <target ip> <target port> <pkt_then_sleep> <sleep time>

lShark

Run lShark as root. A tiny sniffer write in QT C++ and libpcap, Thanks for the wonderful demo of www.tcpdump.org/pcap.html. stupid-sniffer.png

cd lShark; sudo ./lShark

About

A tiny packet sniffer to using C

License:GNU General Public License v3.0


Languages

Language:C++ 48.0%Language:C 36.8%Language:Makefile 14.8%Language:QMake 0.5%