Skip to content

This code is written in Python and is an attempt to aid in network analysis and monitoring. Use respectfully!

Notifications You must be signed in to change notification settings

Moses-A/Network-Monitoring

Repository files navigation

Python Code

Every single Python file in this repository is independent of each other, unless specified in the comments.

Every file is an independent tool that can aid in network monitoring or analysis.

Thank you TJ O'Connor.

(Suggestion. Run all code as Super-user or Administrator)

Please install dpkt and GeoLiteCity packets Run the following commands:

$ sudo apt-get install python-dpkt

$ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz

$ gunzip GeoLiteCity.dat.gz

$ mkdir /opt/GeoIP

$ mv GeoLiteCity.dat /opt/GeoIP/Geo.dat

$ sudo apt-get install python-nmap

$ sudo apt-get install python-scapy

$ sudo apt-get install xprobe2

About

This code is written in Python and is an attempt to aid in network analysis and monitoring. Use respectfully!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages