HopMap is a Python tool that visualizes the route that your data takes to get from your machine to a target host or URL. It uses traceroute to find the route, geolocates the IP addresses found in the route, and plots them on a map using Cartopy.
- Clone the repository:
git clone [email protected]:sellisd/hopmap.git
- Navigate to the project directory:
cd hopmap
- Install the requirements:
pip install .
You can use HopMap from the command line with providing a url address with the --url
option, or an IPv4 address with the --host
option:
hopmap --url www.ntnc.org.np