{"id":16692988,"url":"https://github.com/rdbo/proxybind","last_synced_at":"2025-07-04T14:40:13.749Z","repository":{"id":221918228,"uuid":"755777366","full_name":"rdbo/proxybind","owner":"rdbo","description":"Proxybind - a failproof proxychains alternative","archived":false,"fork":false,"pushed_at":"2024-06-26T09:08:30.000Z","size":58,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T06:32:50.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/rdbo.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":"2024-02-11T02:38:29.000Z","updated_at":"2024-12-27T16:45:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc62fd15-14f7-46e2-aa55-bdfe8bb93b6f","html_url":"https://github.com/rdbo/proxybind","commit_stats":null,"previous_names":["rdbo/proxybind"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rdbo/proxybind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdbo%2Fproxybind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdbo%2Fproxybind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdbo%2Fproxybind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdbo%2Fproxybind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdbo","download_url":"https://codeload.github.com/rdbo/proxybind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdbo%2Fproxybind/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261070809,"owners_count":23105496,"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":[],"created_at":"2024-10-12T16:29:02.511Z","updated_at":"2025-06-21T05:37:38.113Z","avatar_url":"https://github.com/rdbo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proxybind\n### A failproof alternative to proxychains\n\n## What's wrong with proxychains?\nThe problem with proxychains is that it uses `LD_PRELOAD` and \"hooks\" the libc functions related to socket functionality in order to intercept them and put a proxies in the middle.\n\nWhy is it bad? Well, it only works for programs dynamically linked against a libc, so statically linked programs would be safe, and also any program that doesn't use the libc's functions for socket programming.\n\nDon't take my word for it; this is from the [`proxychains-ng`](https://github.com/rofl0r/proxychains-ng) readme:\n```\n  The way it works is basically a HACK; so it is possible that it doesn't\n  work with your program, especially when it's a script, or starts\n  numerous processes like background daemons or uses dlopen() to load\n  \"modules\" (bug in glibc dynlinker).\n  It should work with simple compiled (C/C++) dynamically linked programs\n  though.\n```\n\n## How does proxybind work?\nIt works by intercepting system calls related to socket functionality, and modifying their parameters to make sure that the wanted traffic goes through the proxies.\n\nBecause it intercepts system calls directly, it is practically impossible for a program to not work with proxybind, because no matter what library/implementation they use for socket programming,\nthey still have to tell the operating system to create a socket, send data, etc, which requires going through the system calls.\n\nThis means that proxybind should work with basically every program.\n\nIt's worth mentioning though, that intercepting system calls is an expensive operation. So depending on your use case, it is still worth considering proxychains.\n\n## License\nThis project is licensed under the `AGPL-3.0` license.\n\nRead the `LICENSE` file in the root directory of this project for more information.\n\n## Status\nCurrently, proxybind is a work in progress.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdbo%2Fproxybind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdbo%2Fproxybind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdbo%2Fproxybind/lists"}