Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Nicoretti/nc-network-sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple network sniffer for Linux

(see also http://nicoretti.github.io/nc-network-sniffer/)

Build

A Make and a Bake based build is suppored.

Make based build

  • Run make based build make
  • executable can be found at /out/sniffer

bake based build

  • Install the bake build tool gem install bake-toolkit
  • Run bake based build in nc-network-sniffer directory bake Debug -v2 -a black
  • executable can be found at /Debug/sniffer

Usage

Attention: requires root privileges.

snf INTERFACE

Example (Sniff trafic on eth0):

sniffer eth0

Screenshots

scan output