{"id":22508553,"url":"https://github.com/pmokeev/traceroute","last_synced_at":"2025-03-28T00:15:36.872Z","repository":{"id":104206341,"uuid":"564893614","full_name":"pmokeev/traceroute","owner":"pmokeev","description":"Traceroute but Golang Edition 😈","archived":false,"fork":false,"pushed_at":"2023-01-12T17:24:42.000Z","size":1294,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T02:12:59.447Z","etag":null,"topics":["go","golang","traceroute"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pmokeev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-11T18:52:12.000Z","updated_at":"2023-04-12T12:16:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e43e9b6-3ab7-4109-8694-89eb285f4c99","html_url":"https://github.com/pmokeev/traceroute","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmokeev%2Ftraceroute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmokeev%2Ftraceroute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmokeev%2Ftraceroute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmokeev%2Ftraceroute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmokeev","download_url":"https://codeload.github.com/pmokeev/traceroute/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245944105,"owners_count":20697960,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","traceroute"],"created_at":"2024-12-07T01:21:22.661Z","updated_at":"2025-03-28T00:15:36.847Z","avatar_url":"https://github.com/pmokeev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Traceroute\n\n*Traceroute* tracks the route packets take across an IP network on their way to a given host. It utilizes the IP protocol's time to live (TTL) field and attempts to elicit an **ICMP TIME_EXCEEDED** response from each gateway along the path to the host.\n\n## Example\n\n![Example](assets/example.gif)\n\nBefore running the application, you must install [Golang 1.19+](https://go.dev/dl/) and and enter the following command:\n\n```bash\n$ go get ./...\n```\n\n**Example of usage:**\n```bash\n$ sudo go run cmd/main.go google.com\n```\n\n## Available commands\n\nIf you want to get the full list of available flags, you can get them by using the flag `--help`\n\n```bash\n$ go run cmd/main.go --help\nusage: main [\u003cflags\u003e] \u003chost\u003e [\u003cpacketSize\u003e]\n\nFlags:\n      --help         Show context-sensitive help (also try --help-long and --help-man).\n  -M, --first_ttl=1  Set the initial time-to-live value used in outgoing probe packets.\n  -m, --max_ttl=30   Specifies the maximum number of hops (max time-to-live value) traceroute will probe.\n  -w, --wait=50      Set the time (in ms) to wait for a response to a probe.\n  -p, --port=33434   Port to connect.\n  -n, --onlyip       Print hop addresses numerically rather than symbolically and numerically (saves a nameserver address-to-name lookup for each gateway\n                     found on the path).\n  -q, --nqueries=3   Set the number of probes per ttl to nqueries.\n  -P, --proto=\"UDP\"  Send packets of specified IP protocol. The currently supported protocols are: UDP (by default) and ICMP.\n      --version      Show application version.\n\nArgs:\n  \u003chost\u003e          The required parameter is the name of the destination host.\n  [\u003cpacketSize\u003e]  Size of sending packet.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmokeev%2Ftraceroute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmokeev%2Ftraceroute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmokeev%2Ftraceroute/lists"}