Skip to content

SonarWAN/sonarwan-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SonarWan

Recognize devices of a private network by sniffing NAT'd traffic

This project's objective is to process NAT'd traffic only and be able to detect and classify devices connected to the private network behind the NAT.

How to run

Python 3 is required.

[OPTIONAL] Create a virtual environment and activate it:

$ virtualenv -p /path-to-bin-python-3 env
$ source env/bin/activate

Install dependencies:

$ pip install -r requirements.txt

Run:

$ python sonarwan.py path/to/pcap-file

🚧 work in progress 🚧

About

Recognize devices of a private network by sniffing NAT'd traffic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published