{"id":19220438,"url":"https://github.com/louisbrunner/rusty-ports","last_synced_at":"2025-06-20T08:06:14.797Z","repository":{"id":37184698,"uuid":"107898084","full_name":"LouisBrunner/rusty-ports","owner":"LouisBrunner","description":"Monitor a range of ports","archived":false,"fork":false,"pushed_at":"2023-01-22T14:17:14.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T09:23:18.348Z","etag":null,"topics":["monitor","port"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LouisBrunner.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}},"created_at":"2017-10-22T19:57:19.000Z","updated_at":"2022-08-31T10:22:16.000Z","dependencies_parsed_at":"2023-02-12T16:31:40.242Z","dependency_job_id":null,"html_url":"https://github.com/LouisBrunner/rusty-ports","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LouisBrunner/rusty-ports","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisBrunner%2Frusty-ports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisBrunner%2Frusty-ports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisBrunner%2Frusty-ports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisBrunner%2Frusty-ports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LouisBrunner","download_url":"https://codeload.github.com/LouisBrunner/rusty-ports/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisBrunner%2Frusty-ports/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260907099,"owners_count":23080609,"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":["monitor","port"],"created_at":"2024-11-09T14:35:12.111Z","updated_at":"2025-06-20T08:06:09.779Z","avatar_url":"https://github.com/LouisBrunner.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rusty-ports ![Build](https://github.com/LouisBrunner/rusty-ports/workflows/Build/badge.svg) [![Coverage Status][coveralls-image]][coveralls-url] ![Security audit](https://github.com/LouisBrunner/rusty-ports/workflows/Security%20audit/badge.svg)\n\nThis command line utility allows you to monitor a range of TCP ports on a computer.\n\nThis can help reverse-engineering when guessing which port a client will use when connecting to its server.\n\nThe program also outputs an escaped version of the messages sent by the clients to help reverse-engineering the protocol.\n\n## Setup\n\n```\ncargo build\n```\n\n## Usage\n\n```\n./target/release/rusty-ports RANGE_START RANGE_END\n```\n\n**Example**:\n\nMonitor ports 2000 to 2050 (inclusive).\n\n```\n./target/release/rusty-ports 2000 2050\n```\n\nNote that you can also monitor a unique port by repeating the same value (e.g. `rusty-ports 2000 2000`).\n\nYou need to be root to be able to monitor ports below 1025 (the program will throw an error otherwise).\n\n## License\n\nMozilla Public License Version 2.0, Copyright (c) Louis Brunner\n\n[coveralls-image]: https://coveralls.io/repos/github/LouisBrunner/rusty-ports/badge.svg?branch=master\n[coveralls-url]: https://coveralls.io/github/LouisBrunner/rusty-ports?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouisbrunner%2Frusty-ports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouisbrunner%2Frusty-ports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouisbrunner%2Frusty-ports/lists"}