{"id":26687083,"url":"https://github.com/stanislaw-am-i/tiny-socks5","last_synced_at":"2025-10-13T11:16:16.036Z","repository":{"id":192917554,"uuid":"687196032","full_name":"stanislaw-am-i/tiny-socks5","owner":"stanislaw-am-i","description":"Socks5 implementation using java.net.* and java.io.*","archived":false,"fork":false,"pushed_at":"2024-02-19T05:20:04.000Z","size":17,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T11:16:13.158Z","etag":null,"topics":["networking","proxy","proxy-server","socks","socks5","socks5-proxy","socks5-server"],"latest_commit_sha":null,"homepage":"","language":"Java","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/stanislaw-am-i.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-04T21:03:39.000Z","updated_at":"2023-09-06T16:50:37.000Z","dependencies_parsed_at":"2025-10-13T11:16:15.400Z","dependency_job_id":null,"html_url":"https://github.com/stanislaw-am-i/tiny-socks5","commit_stats":null,"previous_names":["stanislaw-am-i/tiny-socks5"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stanislaw-am-i/tiny-socks5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislaw-am-i%2Ftiny-socks5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislaw-am-i%2Ftiny-socks5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislaw-am-i%2Ftiny-socks5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislaw-am-i%2Ftiny-socks5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stanislaw-am-i","download_url":"https://codeload.github.com/stanislaw-am-i/tiny-socks5/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanislaw-am-i%2Ftiny-socks5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014759,"owners_count":26085593,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["networking","proxy","proxy-server","socks","socks5","socks5-proxy","socks5-server"],"created_at":"2025-03-26T12:16:26.975Z","updated_at":"2025-10-13T11:16:16.019Z","avatar_url":"https://github.com/stanislaw-am-i.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tiny-socks5\n\nA simple Socks5 implementation in Java utilizing the standard library.\n\n### Prerequisites\n\n* Java installed on your machine. The program was written with JDK 17.\n* A terminal or command prompt for running the program.\n\n### Download\nYou can download the program directly from the releases page:\n```\nwget https://github.com/stanislaw-am-i/tiny-socks5/releases/download/v0.1.0/tiny-socks5.jar\n```\n\n### Command Line Arguments\nThe program accepts the following command line arguments:\n\n    -a, --auth \u003carg\u003e: Set authentication credentials in the format 'username:password'.\n    -h, --help: Display this help message.\n    -p, --port \u003carg\u003e: Set the port for the server to listen on.\n\n### Running the Program\nTo run the program with authentication credentials and a custom port, use the -a and -p options:\n```\njava -jar tiny-socks5.jar -a your_username:your_password -p 8080\n```\nIf you don't specify authentication credentials, the program will run without authentication:\n```\njava -jar tiny-socks5.jar -p 8080\n```\nReplace `8080` with the port number you want to use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanislaw-am-i%2Ftiny-socks5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstanislaw-am-i%2Ftiny-socks5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanislaw-am-i%2Ftiny-socks5/lists"}