{"id":13826969,"url":"https://github.com/mcourteaux/spooferbt","last_synced_at":"2025-07-09T02:32:54.254Z","repository":{"id":17139608,"uuid":"19906128","full_name":"mcourteaux/SpooferBT","owner":"mcourteaux","description":"Relay torrent tracker communication via TCP to bypass a blocked UDP network.","archived":false,"fork":false,"pushed_at":"2014-05-18T08:35:49.000Z","size":172,"stargazers_count":20,"open_issues_count":0,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-04T09:06:03.802Z","etag":null,"topics":["java","proxy","spoofing","torrent","tracker","tracker-communication","tunneling","udp","udp-traffic"],"latest_commit_sha":null,"homepage":"http://mathodev.wordpress.com/spooferbt/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcourteaux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-18T08:22:11.000Z","updated_at":"2024-01-21T10:39:50.000Z","dependencies_parsed_at":"2022-07-13T13:51:46.044Z","dependency_job_id":null,"html_url":"https://github.com/mcourteaux/SpooferBT","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/mcourteaux%2FSpooferBT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcourteaux%2FSpooferBT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcourteaux%2FSpooferBT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcourteaux%2FSpooferBT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcourteaux","download_url":"https://codeload.github.com/mcourteaux/SpooferBT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225481102,"owners_count":17481153,"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":["java","proxy","spoofing","torrent","tracker","tracker-communication","tunneling","udp","udp-traffic"],"created_at":"2024-08-04T09:01:47.675Z","updated_at":"2024-11-20T06:30:38.586Z","avatar_url":"https://github.com/mcourteaux.png","language":"Java","funding_links":[],"categories":["\u003ca id=\"295e14c39bf33cd5136be8ced9383746\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"f855508acfc870b1f0d90ff316f1dd75\"\u003e\u003c/a\u003e伪造\u0026\u0026Spoof"],"readme":"SpooferBT\n=========\nRelay UDP torrent tracker traffic via TCP.\n\nIntro\n-----\n\nNormally, tracker communication goes through UDP. But in\nsome companies or schools, all UDP traffic is blocked by\nthe network admins. However, TCP/IP traffic is of course\nnot blocked. Hopefully you can connect with any external\nhost. If so, we can setup a proxy system that will allow\nyou to do the tracker communication by using TCP instead\nof UDP, which hopefully not blocked.\n\nSo normally you have:\n```\n  [Torrent Client]     \u003c--- UDP ---\u003e     [Tracker]\n```\nBut this application does this:\n```\n  [Torrent Client]  \u003c-X- UDP Blocked ---\u003e  [Tracker]\n          |                                    |\n          |                                    |\n     Local UDP                                UDP\n          |                                    |\n          |                                    |\n  [SpooferBT Proxy]    \u003c--- TCP ---\u003e  [SpooferBT Server]\n                                           or Host\n```\n\nSo, once this setup is created. You should add the proxy\nto the torrent client's list of trackers. Peers will now\nbe acquired by this application.\n\nGood luck!\n\nExample run commands\n--------------------\nRun the localhost \"fake\" proxy tracker:\n```\njava -jar SpooferBT.jar --proxy --proxy-port 12345 --host [ip_here]:[portA] --tracker tracker.publicbt.com:80\n```\nRun the auxiliary server application that runs on IP address ```[ip_here]```:\n```\njava -jar SpooferBT.jar --server --server-port [portA]\n```\nNow you can add ```udp://localhost:12345``` to your tracker list in the torrent client.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcourteaux%2Fspooferbt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcourteaux%2Fspooferbt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcourteaux%2Fspooferbt/lists"}