{"id":25002453,"url":"https://github.com/walker84837/netpipe-rs","last_synced_at":"2025-03-29T21:14:47.273Z","repository":{"id":210577911,"uuid":"726902428","full_name":"walker84837/netpipe-rs","owner":"walker84837","description":"A recreation of Netcat, written in Rust.","archived":false,"fork":false,"pushed_at":"2024-10-12T10:39:59.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T21:51:35.007Z","etag":null,"topics":["cli","cli-app","cli-command","command-line-app","command-line-tool","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/walker84837.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE_APACHE.md","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-12-03T18:27:52.000Z","updated_at":"2024-10-12T10:40:03.000Z","dependencies_parsed_at":"2023-12-03T20:21:25.578Z","dependency_job_id":"15b5e357-07cb-4d32-bc9c-018f22351d27","html_url":"https://github.com/walker84837/netpipe-rs","commit_stats":null,"previous_names":["walker84837/netcat-win-rs","walker84837/netpipe-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walker84837%2Fnetpipe-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walker84837%2Fnetpipe-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walker84837%2Fnetpipe-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walker84837%2Fnetpipe-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walker84837","download_url":"https://codeload.github.com/walker84837/netpipe-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246243549,"owners_count":20746311,"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","cli-app","cli-command","command-line-app","command-line-tool","rust","rust-lang"],"created_at":"2025-02-04T21:51:06.082Z","updated_at":"2025-03-29T21:14:47.268Z","avatar_url":"https://github.com/walker84837.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netpipe: a rust port of netcat\n\n\u003e [!WARNING]\n\u003e This project is currently under heavy development.\n\n## Installation\n\nEnsure you have the Rust compiler needed to compile this project. If you dislike building from a source, you can use the precompiled binaries.\n\n``` console\ncargo build --release\n```\n\n## Usage\n\n``` console\n.\\netcat [OPTIONS] \u003cfile\u003e --address \u003caddress\u003e --port \u003cport\u003e\n```\n\n### Options\n\n- `\u003cfile\u003e`: Path to the file to be transferred (contents must be UTF-8).\n- `--address \u003caddress\u003e`: IP address for the connection (IPv4 and IPv6 are supported).\n- `--port \u003cport\u003e`: Port for the connection (0-65536).\n- `-v, --version \u003cversion\u003e`: IP version (default is 4).\n\n### Examples\n\nExample of transferring a file to IPv4 address 192.168.1.100 on port 8080\n\n``` console\n.\\netpipe file.txt --address 192.168.1.100 --port 8080\n```\n\nExample of transferring a file to IPv6 address [2001:db8::1] on port 8080\n\n``` console\n.\\netpipe file.txt --address 2001:db8::1 --port 8080 --version 6\n```\n\n## Support\n\nFor help or issues, please [create an issue](https://github.com/walker88437/netpipe/issues).\n\n## Roadmap\n\n- [ ] Add support for binary files\n- [ ] Add support for piping file contents\n- [ ] Add listening support\n- [ ] Integrate UDP support\n- [ ] Implement other features present in GNU Netcat\n\n## Contributing\n\nContributions are welcome! Please follow the guidelines in its [file](CONTRIBUTING.md).\n\n## Authors and Acknowledgment\n\nSole maintainer: [walker84837](https://github.com/walker84837)\n\n## License\n\nDual licensed under [MIT](LICENSE_MIT.md) and [Apache 2.0](LICENSE_APACHE.md) licenses.\n\n## Project Status\n\nAs I'm the sole maintainer of this project, development is relatively slow, so\nthe project is not actively maintained. Feel free to step in as a maintainer if\ninterested.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalker84837%2Fnetpipe-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalker84837%2Fnetpipe-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalker84837%2Fnetpipe-rs/lists"}