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.
- Host: GitHub
- URL: https://github.com/sh7yk/topol
- Owner: Sh7yk
- Created: 2025-02-06T13:16:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T13:17:08.000Z (4 months ago)
- Last Synced: 2025-02-06T14:27:47.616Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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
```

