{"id":17537597,"url":"https://github.com/zenhack/spiderproxy","last_synced_at":"2025-03-29T03:46:10.825Z","repository":{"id":34051250,"uuid":"37832246","full_name":"zenhack/spiderproxy","owner":"zenhack","description":"Tool for managing unreasonable trees of ssh tunnels","archived":false,"fork":false,"pushed_at":"2015-09-15T04:26:05.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T13:45:00.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"P1kachu/v0lt","license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zenhack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-22T00:57:59.000Z","updated_at":"2016-03-16T12:30:48.000Z","dependencies_parsed_at":"2022-07-14T02:50:40.658Z","dependency_job_id":null,"html_url":"https://github.com/zenhack/spiderproxy","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/zenhack%2Fspiderproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenhack%2Fspiderproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenhack%2Fspiderproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenhack%2Fspiderproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zenhack","download_url":"https://codeload.github.com/zenhack/spiderproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246135739,"owners_count":20729056,"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-20T20:42:16.531Z","updated_at":"2025-03-29T03:46:10.806Z","avatar_url":"https://github.com/zenhack.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Spiderproxy builds a tree of SSH connections, and offers a socks proxy\non the local machine which intelligently routes traffic to the right\nplaces.\n\nSpiderproxy uses your ssh agent to authenticate; it must be running in\norder for this to work.\n\n# Installing\n\n    go get zenhack.net/go/spiderproxy\n\n# Configuration File Reference\n\nSpiderproxy reads a configuration file (by default `spiderproxy.json` in\nthe current directory) which specifies a tree of connections to build,\nand rules for routing traffic based on destination addresses.\n\nThe file must contain a single [JSON][1] array, where each element of\nthe array specifies a host to connect to via ssh. Each host is an object\nwith the following fields:\n\n* `\"comment\"` (string): A comment describing the host; meant for humans.\n* `\"host\"` (string): The host name or IP address of the host to connect\n  to.\n* `\"port\"` (number, optional): The TCP port to connect to. Defaults to\n  `22`.\n* `\"user\"` (string, optional): The name of the user to log in as.\n  Defaults to the value of the `USER` environment variable.\n* `\"match\"` (array of strings): An array of shell glob patterns. When a\n  client asks the socks proxy to establish a connection, the connection\n  will be tunneled through the first host who's `\"match\"` field contains a\n  glob pattern matching the destination host.\n* `\"next\"` (array of host objects): An array of the same form as the\n  top-level object. When building the tree, connections any hosts\n  specified in a `\"next\"` field will be tunneled through the host to which\n  the field belongs. `\"next\"` fields may be nested.\n\nThe file `example.spiderproxy.json` in the root of this repository provides\nan example.\n\n# Invocation\n\nIf run with no arguments, Spiderproxy will read the file `spiderproxy.json`\nin the current directory, build a tree of ssh connections according to the\nrules above, and start a socks listening on port 1080, which will route\ntraffic accordingly. The `-addr` command line option can be used to\noverride the port (and control what ip addresses the server listens on),\nwhile the option `-config` specifies the path to an alternate config\nfile.\n\n# LICENSE\n\nFree/Open Source under the MIT license (see `COPYING`)\n\n[1]: http://json.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenhack%2Fspiderproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenhack%2Fspiderproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenhack%2Fspiderproxy/lists"}