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

Latest commit

 

History

History
30 lines (21 loc) · 723 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 723 Bytes

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