Visualizing the relationships between different IP from network traffic capture.
Project description
IP-Link
Presentation
The goal of IP-Link is to see the relationships between different IP from network traffic capture, thus quickly for a given address with the IP that communicates the most. IP-Link offers several visualization methods.
Installation
Python >= 3.8.
$ sudo apt install libpcap0.8
$ git clone https://git.sr.ht/~cedric/ip-link
$ cd ip-link/
$ poetry install
$ poetry shell
Quick example
$ mkdir captures data
$ sudo tcpdump -p -i enp5s0 -s 0 -w captures/snif.pcap
$ ip-link/pcap_to_object.py -i captures/snif.pcap -o data/dic.pyobj
$ ip-link/object_to_graphviz.py -i ./data/dic.pyobj
$ dot -Tpng -o ./data/graphviz.png ./data/ip.dot
$ xdg-open ./data/graphviz.png &
Tutorial and examples
The site of IP-Link provides a complete tutorial.
License
This software is licensed under GNU General Public License version 3.
Copyright (C) 2010-2022 Cédric Bonhomme.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ip-link-0.4.1.tar.gz
(12.7 MB
view details)
Built Distribution
ip_link-0.4.1-py3-none-any.whl
(164.0 kB
view details)
File details
Details for the file ip-link-0.4.1.tar.gz
.
File metadata
- Download URL: ip-link-0.4.1.tar.gz
- Upload date:
- Size: 12.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.2 Linux/5.13.0-27-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4c8e326b642cc641e11c2b685c101865e59efb6a38e4f5c48901cd13de46a8c |
|
MD5 | 9038b464638e800b84339a1d53f8c594 |
|
BLAKE2b-256 | 611ce1c55aee5a806f49d2b54127a9a62ed95e4269146336426003306a44eee2 |
File details
Details for the file ip_link-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: ip_link-0.4.1-py3-none-any.whl
- Upload date:
- Size: 164.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.2 Linux/5.13.0-27-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efc64c8d6fdb9286874db0e89c49fcd24affdea34286d234d66d038c90d32bde |
|
MD5 | c236689a99fe224bf1169ad8fd761a4e |
|
BLAKE2b-256 | decfd12e8faf9f5eac495d92d0fb473cf23faad432815abc36c9abd33409f77b |