{"id":13840129,"url":"https://github.com/jafarlihi/revp","last_synced_at":"2025-07-05T00:06:48.421Z","repository":{"id":124234182,"uuid":"265924417","full_name":"jafarlihi/revp","owner":"jafarlihi","description":"Reverse HTTP proxy that works on Linux, Windows, and macOS. Made with C++ and Boost.","archived":false,"fork":false,"pushed_at":"2020-06-24T18:34:56.000Z","size":22,"stargazers_count":85,"open_issues_count":1,"forks_count":20,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-05T17:24:45.438Z","etag":null,"topics":["boost-asio","http-proxy","proxy","reverse-proxy"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jafarlihi.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}},"created_at":"2020-05-21T18:36:39.000Z","updated_at":"2024-06-20T01:33:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"d800cd2e-6c4a-4caf-8221-53c35911a770","html_url":"https://github.com/jafarlihi/revp","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/jafarlihi%2Frevp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jafarlihi%2Frevp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jafarlihi%2Frevp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jafarlihi%2Frevp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jafarlihi","download_url":"https://codeload.github.com/jafarlihi/revp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224197402,"owners_count":17271984,"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":["boost-asio","http-proxy","proxy","reverse-proxy"],"created_at":"2024-08-04T17:00:42.392Z","updated_at":"2024-11-12T00:33:29.925Z","avatar_url":"https://github.com/jafarlihi.png","language":"C++","funding_links":[],"categories":["C++","C++ (225)"],"sub_categories":[],"readme":"# revp\n### Build\nRun `make` and then use the resulting executable `revp.exe`.\n\nNote: revp also builds on Windows. Just create a new Visual Studio project and import the files.\n### Instructions\nRun `server` with `./revp.exe -s -l 5000 -p 6000`, where 5000 is where your `client` will connect and 6000 is where `proxy connections` will be serviced.\n\nRun `client` with `./revp.exe -c -a 192.168.1.1 -z 5000`, where 192.168.1.1 is your `server` address and 5000 is your chosen `server` port that listens for a `client`.\n\nOpen up a browser in your `server` instance and configure your HTTP proxy to port 6000, now you will be effectively browsing the Internet with `client`'s connection.\n### Explanation\nThere are 3 components to revp: `server`, `client`, and `proxy connections`.\n\n`Server` listens for `client` and starts listening for `proxy connections` once `client` connects.\n\nAll `proxy connection` requests are routed to the `client` through the `server`.\n\n`Proxy connections` are expected to make a first request of HTTP CONNECT and once connected they can exchange any data of any protocol with the destination address:port requested in the HTTP CONNECT. `Server` transparently routes all traffic from and to `client` and `client` routes all traffic from and to the remote destination.\n\nWhat makes this a \"reverse\" proxy is the fact that the `client` initiates connection to the `server`, so there's no need to open ports or write firewall rules for the `client` whose network access you want to reach into -- you can basically run this on any network node whose firewall allows outbound traffic to your `server` port (essentially all firewall configurations found in the wild allow all outbound traffic).\n### Options\n```Options:\n  -h [ --help ]              Help screen\n  -s [ --server ]            Starts revp in server mode\n  -c [ --client ]            Starts revp in client mode\n  -l [ --clientPort ] arg    [Server mode] Port that listens for client\n  -p [ --proxyPort ] arg     [Server mode] Port that listens for proxy connections\n  -a [ --serverAddress ] arg [Client mode] Address of server\n  -z [ --serverPort ] arg    [Client mode] Port of server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjafarlihi%2Frevp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjafarlihi%2Frevp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjafarlihi%2Frevp/lists"}