Skip to content
/ topol Public

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.

Notifications You must be signed in to change notification settings

Sh7yk/topol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

image

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:

pip install -r requirements.txt

Options

-h, --help

--proto {icmp,tcp,udp}

-p PORT, --port PORT

--target TARGET

-o OUTPUT, --output OUTPUT

Use:

  sudo python3 topol.py --proto icmp --target 10.154.0.0/24 -o my_scheme

console scheme

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages