{"id":20819783,"url":"https://github.com/kmcsr/go-netcat","last_synced_at":"2025-04-10T01:13:34.481Z","repository":{"id":195625296,"uuid":"693302271","full_name":"kmcsr/go-netcat","owner":"kmcsr","description":"A netcat cli tool written in golang","archived":false,"fork":false,"pushed_at":"2024-02-19T15:40:57.000Z","size":29,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T01:13:27.991Z","etag":null,"topics":["cli","debugging","golang-application","netcat","network-debug"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kmcsr.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":"2023-09-18T18:52:51.000Z","updated_at":"2024-06-06T16:21:34.000Z","dependencies_parsed_at":"2025-01-18T16:26:41.735Z","dependency_job_id":"88a1a245-5ad5-409b-917c-9b2760ad7d1a","html_url":"https://github.com/kmcsr/go-netcat","commit_stats":null,"previous_names":["kmcsr/go-netcat"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmcsr%2Fgo-netcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmcsr%2Fgo-netcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmcsr%2Fgo-netcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmcsr%2Fgo-netcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kmcsr","download_url":"https://codeload.github.com/kmcsr/go-netcat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137891,"owners_count":21053775,"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":["cli","debugging","golang-application","netcat","network-debug"],"created_at":"2024-11-17T22:07:24.232Z","updated_at":"2025-04-10T01:13:34.461Z","avatar_url":"https://github.com/kmcsr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# go netcat\n\nA network debug tool written in golang\n\n### Install\n\n```sh\ngo install github.com/kmcsr/go-netcat@latest\n```\n\n### Text Mode vs. Binary Mode\n\n- Text mode will process data by lines, and it won't escape/unescape chars\n   - If you want to specific the linebreak to be send, use flag `-linebreak`, avaliable values are:  \n      `cr`: use `\\r`  \n      `lf`: use `\\n` (default as well as fallback)  \n      `crlf`: use `\\r\\n`\n- Binary mode will process input data by lines with space splited numbers as bytes, and output data by per buffer.\n   - The length of the buffer can be set use flag `-buffer` / `-B`\n   - If the data cannot fill over the buffer, it will be print anyway\n   - The base prefix is allowed, and the default base is 16 (`0b`: 2, `0o`: 8, `0x`: 16)\n   - If you want to send literary text under the binray mode, just add prefix char `!` in front of the line\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmcsr%2Fgo-netcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkmcsr%2Fgo-netcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmcsr%2Fgo-netcat/lists"}