{"id":22801705,"url":"https://github.com/pojntfx/ports2packets","last_synced_at":"2025-08-10T02:31:51.554Z","repository":{"id":108919216,"uuid":"293844609","full_name":"pojntfx/ports2packets","owner":"pojntfx","description":"Generates a CSV file with the packets that are to be sent in order to check if a UDP port is open.","archived":true,"fork":false,"pushed_at":"2023-02-26T03:42:38.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T19:45:43.013Z","etag":null,"topics":["iana","liwasc","nmap","port","port-scanning","ports2packets","udp","udp-port"],"latest_commit_sha":null,"homepage":"https://pojntfx.github.io/ports2packets/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pojntfx.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}},"created_at":"2020-09-08T15:02:51.000Z","updated_at":"2024-07-12T03:21:36.000Z","dependencies_parsed_at":"2023-04-23T16:17:50.916Z","dependency_job_id":null,"html_url":"https://github.com/pojntfx/ports2packets","commit_stats":null,"previous_names":["pojntfx/is-udp-port-open-packet-generator"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pojntfx/ports2packets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pojntfx%2Fports2packets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pojntfx%2Fports2packets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pojntfx%2Fports2packets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pojntfx%2Fports2packets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pojntfx","download_url":"https://codeload.github.com/pojntfx/ports2packets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pojntfx%2Fports2packets/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269666707,"owners_count":24456418,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["iana","liwasc","nmap","port","port-scanning","ports2packets","udp","udp-port"],"created_at":"2024-12-12T08:12:36.642Z","updated_at":"2025-08-10T02:31:51.260Z","avatar_url":"https://github.com/pojntfx.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ports2packets\n\nGenerates a CSV file with the packets that are to be sent in order to check if a UDP port is open.\n\n## Overview\n\n`ports2packets` is a tool that is meant to solve the following problem: Knowing the packets that need to be sent to a UDP port in order to check whether it is open. This is done by UDP scanning Go UDP listeners on registered ports with [nmap](https://nmap.org/) and taking note of the port and packet, which are then writen in base64 format to a CSV file. The output CSV file based on the latest service names and port numbers by the [IANA](https://www.iana.org/) is also built weekly and available to download below.\n\n## Installation\n\n### Prebuilt Binaries\n\nLinux, macOS and Windows binaries are available on [GitHub Releases](https://github.com/pojntfx/ports2packets/releases).\n\n### Go Package\n\nA Go package [is available](https://pkg.go.dev/mod/github.com/pojntfx/ports2packets).\n\n### Prebuilt CSV File\n\nAs mentioned above, the CSV file is also pre-built every week and can be downloaded from [GitHub Releases](https://github.com/pojntfx/ports2packets/releases).\n\n## Usage\n\nSee [liwasc's database package](https://pkg.go.dev/github.com/pojntfx/liwasc/pkg/databases?tab=doc#Ports2PacketDatabase) for a Go library implementation based on the CSV output file.\n\n```bash\n% ports2packets -help\nUsage of ports2packets:\n  -in string\n        Path to the CSV input file containing the registered services. Download from https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml (default \"/etc/ports2packets/service-names-port-numbers.csv\")\n  -out string\n        Path of the generated CSV output file (default \"ports2packets.csv\")\n```\n\n## License\n\nports2packets (c) 2020 Felicitas Pojtinger\n\nSPDX-License-Identifier: AGPL-3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpojntfx%2Fports2packets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpojntfx%2Fports2packets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpojntfx%2Fports2packets/lists"}