Skip to content

Small c++ basic packet sniffer for TCP, UDP, IGMP, and Others.

Notifications You must be signed in to change notification settings

AJMartel/C-Packet-Sniffer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

C-Packet-Sniffer

This is for begginers in C++ to learn how to use sockets. This (just like the python sniffer) will not capture any passwords (it's still cool though). This saves a significate ammount of data to a log file in the same directory the code is run(log.txt).

Compiling

To compile simply run this command on your Linux system:

gcc sniffer.c -o sniffer

Running

To run, you must have root privlages:

./sniffer

About

Small c++ basic packet sniffer for TCP, UDP, IGMP, and Others.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%