An open API service indexing awesome lists of open source software.

https://github.com/stratosphereips/route-mapper

A program that traceroutes many IP address, gets their routes, and then maps them in a local html page as one unique graph.
https://github.com/stratosphereips/route-mapper

Last synced: 6 months ago
JSON representation

A program that traceroutes many IP address, gets their routes, and then maps them in a local html page as one unique graph.

Awesome Lists containing this project

README

          

# Route-mapper

A program that traceroutes many IP address, collects the routes, and then creates a unique html graph with all the nodes.

## Usage
Install requirements

`pip install -r requirements.txt`

Put the start IP and the end IP as parameters

`python route-mapper.py x.32.83.0 x.32.83.100`

Then just open the created HTML page

`open route-mapper.html`

## Example graphs

![image](https://github.com/stratosphereips/route-mapper/assets/2458867/6644cc26-a7ae-4af6-816d-9e7aed5c5f99)

![image](https://github.com/stratosphereips/route-mapper/assets/2458867/3803e64d-86fd-4769-b8cb-965b5d4e8bdc)

![image](https://github.com/stratosphereips/route-mapper/assets/2458867/508ce068-5fb0-4fb1-9b27-3dfc29c67a4c)