Skip to content

A sniffing utility to sniff IP packets and provide a web interface to display packet origin. The Packets are displayed in their geographical location through a map. The tool was initially made for raspberry pi

Notifications You must be signed in to change notification settings

pankajr141/ipsniffer

Repository files navigation

IP SNIFFER

Packages

1. sqlite

yum install sqlite

2. node.js

yum install npm                --Fedora

for other distro Please find following link https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager

3. folium

$ pip install folium
$ pip install numpy    or yum install numpy
$ pip install pandas   or yum install python-pandas

4. pcap library

http://www.linuxfromscratch.org/blfs/view/svn/basicnet/libpcap.html

Configuration

1. ignorelist

The list contain the ipaddress you dont want to sniff

Installation

make

Execution

sip

Enter the interface no you want to sniff.

General interface are

  • eth0
  • em1

Live Sniffing

  • Open the browser and type the following address

    http://machineip:8000 The port address can be changed in server.js

stamen

About

A sniffing utility to sniff IP packets and provide a web interface to display packet origin. The Packets are displayed in their geographical location through a map. The tool was initially made for raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published