/network-diagnosis-tool

A network diagnosis tool designed for Snao.Hutao Project at DGP-Studio

Primary LanguagePythonMIT LicenseMIT

network-diagnosis-tool

A network diagnosis tool designed for Snao.Hutao Project at DGP-Studio

How to use

What is included

  • Local DNS configuration
  • Local IP address
  • Traceroute to target hosts
  • Ping test
  • Speedtest

How to modify the diagnosis target

  • Modify the targeting_hosts dictionary in the main.py
    • the structure is
      targeting_hosts: {
       "target_hostname": "description"
      }
    • sample is
      targeting_hosts: {
       "www.google.com": "Google main website"
      }