Skip to content

This a simple sniffer used to capture local network packets

Notifications You must be signed in to change notification settings

gabrielnobregal/gnlSniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#gnlSniffer

This project is a simple sniffer used to capture local network packets.

How to compile:

gcc gnlSniffer.c -o sniffer

How to execute:

ifconfig eth0 promisc ./sniffer -i eth0

OBS: eth0 is the active network interface

Sniffer options and execution modes are defined in help:

./sniffer -help

About

This a simple sniffer used to capture local network packets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages