Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 548 Bytes

File metadata and controls

29 lines (28 loc) · 548 Bytes

BombPuppy

A small command-line packet sniffer

Demo_Image

Compiling

For a regular compilation:

make sniffer

For debugging:

make debug

And to clean:

make clean

Running

BombPuppy requires sudo permissions and can be run with:

sudo ./sniffer

The program can also take two options, namely:

[-n n_packets]

  • the number of packets to capture

[-w filename]

  • redirect standard output to a file

Known Issues

  • Some unsupported protocols