{"id":18667745,"url":"https://github.com/debek/ipt","last_synced_at":"2026-04-12T11:33:19.695Z","repository":{"id":213936240,"uuid":"735125312","full_name":"debek/ipt","owner":"debek","description":"IPT - IP Tester: A Go-based tool for testing TCP connections. Easily check connectivity to IP addresses \u0026 ports with color-coded output.","archived":false,"fork":false,"pushed_at":"2024-01-12T13:02:31.000Z","size":236,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T18:22:38.541Z","etag":null,"topics":["debian","freebsd","linux","macos","network","network-analysis","port","portscan","ubuntu"],"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/debek.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}},"created_at":"2023-12-23T18:50:06.000Z","updated_at":"2024-07-06T00:36:34.000Z","dependencies_parsed_at":"2024-01-12T17:38:45.829Z","dependency_job_id":null,"html_url":"https://github.com/debek/ipt","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"bbe300156806f2106bd9c9fdd63ebba3b22df420"},"previous_names":["debek/ipt"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debek%2Fipt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debek%2Fipt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debek%2Fipt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debek%2Fipt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/debek","download_url":"https://codeload.github.com/debek/ipt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239495467,"owners_count":19648327,"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":["debian","freebsd","linux","macos","network","network-analysis","port","portscan","ubuntu"],"created_at":"2024-11-07T08:39:55.979Z","updated_at":"2025-11-06T15:30:33.111Z","avatar_url":"https://github.com/debek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fdebek%2Fipt\u0026count_bg=%2379C83D\u0026title_bg=%23555555\u0026icon=\u0026icon_color=%23E7E7E7\u0026title=hits\u0026edge_flat=false)](https://hits.seeyoufarm.com)\n# IPT (IP Test) - Connection Tester\n\nIPT (IP Tester) is a Go language application designed to test TCP connections to specified IP addresses and ports. It provides easy-to-interpret, color-coded output to quickly distinguish between successful and failed connections.\n\n![ipt cli tool](images/ipt.png)\n\n## Features\n\n- TCP connection testing to a specified IP address and port.\n- Customizable connection timeout setting.\n- Color-coded output for clear distinction of success (green) and failure (red).\n\n## Requirements\n\n- Go (Golang) version 1.x (if using `go install`).\n- Or, directly use the provided binary for your platform.\n\n## Installation\n\n### Using Precompiled Binary (Recommended)\n\n1.  Download the latest binary for your platform from the Releases page.\n2.  Place the binary in a directory included in your system's PATH (e.g., `/usr/local/bin` on macOS/Linux).\n\n### Using `go install` (For Go Developers)\n\nIf you have Go installed and prefer to build from source:\n\n`go install github.com/debek/ipt@latest`\n\nThis will install the `ipt` binary in your `$GOPATH/bin` directory.\n\n## Usage\n\nRun the program with the following arguments:\n\n`ipt \u003cip_address\u003e \u003cport\u003e [\u003ctimeout\u003e]`\n\n- `ip_address`: The IP address of the server you want to connect to.\n- `port`: The server's port.\n- `timeout`: Optional connection timeout (default is 5 seconds). Specify the time in a format like '5s' for 5 seconds.\n\n## Examples\n\n- Testing connection to a server on port 80:\n- `ipt 192.168.1.1 80`\n\n- Testing connection to a server on port 443 with a 10-second timeout:\n- `ipt 192.168.1.1 443 10`\n\n## Contributing\n\nContributions to this project are welcome! Please see the [CONTRIBUTE.md](https://github.com/debek/ipt/blob/main/CONTRIBUTE.md) file for guidelines on how to contribute.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebek%2Fipt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebek%2Fipt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebek%2Fipt/lists"}