{"id":21546507,"url":"https://github.com/opencoff/go-nc","last_synced_at":"2025-04-10T05:51:33.495Z","repository":{"id":57524647,"uuid":"159580436","full_name":"opencoff/go-nc","owner":"opencoff","description":"Netcat in golang","archived":false,"fork":false,"pushed_at":"2019-06-16T15:14:48.000Z","size":13,"stargazers_count":28,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T07:05:35.721Z","etag":null,"topics":["golang","nc","netcat"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opencoff.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":"2018-11-28T23:47:28.000Z","updated_at":"2025-02-24T07:33:34.000Z","dependencies_parsed_at":"2022-09-11T01:23:37.605Z","dependency_job_id":null,"html_url":"https://github.com/opencoff/go-nc","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/opencoff%2Fgo-nc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-nc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-nc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-nc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opencoff","download_url":"https://codeload.github.com/opencoff/go-nc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166926,"owners_count":21058480,"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":["golang","nc","netcat"],"created_at":"2024-11-24T06:12:26.054Z","updated_at":"2025-04-10T05:51:33.466Z","avatar_url":"https://github.com/opencoff.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README for go-nc\n\n## What is this?\nThis is a simple clone of `netcat` in golang. I wrote it many moons\nago as my first go program. It is slightly different from the\ntraditional `netcat` in the following ways:\n\n* adds sha256 checksum on network I/O\n* traffic stats (number of bytes sent/received)\n* hexdump of the traffic\n* Bi directional I/O is optional; server always writes to `stdout`\n  and client always reads from `stdin`. This makes it easy to\n  remember.\n\n## How do I build it?\nYou will need Go 1.5 or later:\n \n    git clone https://github.com/opencoff/go-nc\n    cd go-nc\n    make\n\n## How do I run it?\n`gonc` comes with helpful commandline options. Try:\n\n    ./bin/gonc -h\n\nOr the long-form:\n\n    ./bin/gonc --help\n\n### Simple Example\nLets say that we wish to send a directory's contents to a server whose IP address is a.b.c.d.\nOn that server create a listening instance of 'gonc':\n\n    ./bin/gonc -c -l :9090 \u003e foo.tar.gz\n\nAnd on a client try:\n\n    tar cf - . | gzip -9 | ./bin/gonc -c -v a.b.c.d:9090\n\n\nIn the example above, all I/O is checksummed on both sides.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencoff%2Fgo-nc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopencoff%2Fgo-nc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencoff%2Fgo-nc/lists"}