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

https://github.com/sh7yk/topol

Python script that traces hosts of a specified address pool and builds a graphical representation. Helps to orientate a little in the topology of an unknown network.
https://github.com/sh7yk/topol

Last synced: 2 months ago
JSON representation

Python script that traces hosts of a specified address pool and builds a graphical representation. Helps to orientate a little in the topology of an unknown network.

Awesome Lists containing this project

README

        

![image](https://github.com/user-attachments/assets/5adfa656-e501-4f7f-afab-2abe591374a3)

# topol
Python script that traces hosts of a specified address pool and builds a graphical representation. Helps to orientate a little in the topology of an unknown network.

**Install requirenments:**
```bash
pip install -r requirements.txt
```
**Options**

-h, --help

--proto {icmp,tcp,udp}

-p PORT, --port PORT

--target TARGET

-o OUTPUT, --output OUTPUT

**Use:**
```bash
sudo python3 topol.py --proto icmp --target 10.154.0.0/24 -o my_scheme
```
![console](https://github.com/user-attachments/assets/0ebc3aea-22d7-43ba-8fa0-f765c4386cbd)
![scheme](https://github.com/user-attachments/assets/c810c30d-ea08-40fd-bfca-c4e6f18b94a4)