{"id":17244644,"url":"https://github.com/kost/regeorgo","last_synced_at":"2025-07-16T12:37:23.260Z","repository":{"id":57637777,"uuid":"429836343","full_name":"kost/regeorgo","owner":"kost","description":"Implementation of regeorg tunnel in golang (victim side).","archived":false,"fork":false,"pushed_at":"2021-11-19T15:14:46.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T06:39:42.633Z","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":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kost.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}},"created_at":"2021-11-19T14:59:10.000Z","updated_at":"2023-01-22T03:58:03.000Z","dependencies_parsed_at":"2022-09-26T22:11:38.926Z","dependency_job_id":null,"html_url":"https://github.com/kost/regeorgo","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/kost%2Fregeorgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fregeorgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fregeorgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fregeorgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kost","download_url":"https://codeload.github.com/kost/regeorgo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245591617,"owners_count":20640692,"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-15T06:26:28.550Z","updated_at":"2025-03-26T04:42:41.268Z","avatar_url":"https://github.com/kost.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# regeorgo\n\nImplementation of regeorg tunnel in golang (victim side).\n\n### Usage: binary\n\nbuild binary:\n```\ngit clone https://github.com/kost/regeorgo\ncd regeorgo/regeorgo\ngo get\ngo build\n```\n\nrun binary:\n\n```\n./regeorgo\n```\n\nit will listen on port 8111 for reGeorgSocksProxy.py to connect to.\n\n### Usage in your code\n\nIf you want to embed regeorgo in your code/executable:\n```\npackage main\n\nimport (\n\t\"net/http\"\n\t\"github.com/kost/regeorgo\"\n)\n\nfunc main() {\n\t// initialize regeorgo\n\tgh := \u0026regeorgo.GeorgHandler{}\n\tgh.InitHandler()\n\n\t// use it as standard handler for http\n\thttp.HandleFunc(\"/regeorgo\", gh.RegHandler)\n\thttp.ListenAndServe(\":8111\", nil)\n}\n```\n\n### Requirement\n\nYou need to have:\n\n- golang\n\n# License\n\nDistributed under MIT license\n\n# Credits\n\nInitial development of regeorgo in Go by kost.\n\n## Links\n\n- Original regeorg: https://github.com/sensepost/reGeorg\n\n- Improved regeorg: https://github.com/kost/regeorg\n\n- Refactored regeorg (not compatible with this): https://github.com/L-codes/Neo-reGeorg\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fregeorgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkost%2Fregeorgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fregeorgo/lists"}