All Projects → mcourteaux → SpooferBT

mcourteaux / SpooferBT

Licence: other
Relay torrent tracker communication via TCP to bypass a blocked UDP network.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to SpooferBT

Udpt
A lightweight UDP torrent tracker
Stars: ✭ 143 (+694.44%)
Mutual labels:  tracker, torrent, udp
Animetrackerlist
动漫磁性链接加速方案(animeTrackerList)
Stars: ✭ 572 (+3077.78%)
Mutual labels:  tracker, torrent
Torrent
Full-featured BitTorrent client package and utilities
Stars: ✭ 4,138 (+22888.89%)
Mutual labels:  tracker, torrent
Bittorrent Tracker
🌊 Simple, robust, BitTorrent tracker (client & server) implementation
Stars: ✭ 1,184 (+6477.78%)
Mutual labels:  tracker, torrent
UNIT3D-INSTALLER
Provisioner and Installer for the UNIT3D Torrent Tracker Platform.
Stars: ✭ 43 (+138.89%)
Mutual labels:  tracker, torrent
torrent
Bittorrent library implemented in pure Dart. [WIP, early development stage]
Stars: ✭ 26 (+44.44%)
Mutual labels:  tracker, torrent
Torrenter
Simple nodejs package to download torrents using torrent-indexer and webtorrent, especially movie and series.
Stars: ✭ 42 (+133.33%)
Mutual labels:  tracker, torrent
torrent-indexer
Yet another node.js torrent scraper made especially for movie, series, anime and music (scrape from 1337x, eztv, limetorrents, rarbg, skytorrents, thepiratebay, torrentproject, yts and zooqle)
Stars: ✭ 50 (+177.78%)
Mutual labels:  tracker, torrent
Wt Tracker
High-performance WebTorrent tracker
Stars: ✭ 144 (+700%)
Mutual labels:  tracker, torrent
Snail
基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。人家才不要你的⭐⭐呢,哼
Stars: ✭ 102 (+466.67%)
Mutual labels:  tracker, torrent
privtracker
Private BitTorrent tracker generator
Stars: ✭ 84 (+366.67%)
Mutual labels:  tracker, torrent
Ipmagnet
Check which IP adresses your BitTorrent client is handing out to trackers
Stars: ✭ 200 (+1011.11%)
Mutual labels:  tracker, torrent
webtorrent-health
💚 Get health info about a webtorrent file or magnet link
Stars: ✭ 27 (+50%)
Mutual labels:  tracker, torrent
Nyaa
Bittorrent software for cats
Stars: ✭ 2,899 (+16005.56%)
Mutual labels:  tracker, torrent
scrapeer
Essential PHP library that scrapes HTTP(S) and UDP trackers for torrent information.
Stars: ✭ 81 (+350%)
Mutual labels:  tracker, torrent
Trackerslistcollection
🎈 Updated daily! A list of popular BitTorrent Trackers! / 每天更新!全网热门 BT Tracker 列表!
Stars: ✭ 9,761 (+54127.78%)
Mutual labels:  tracker, torrent
reverse-tunnel
Reverse tunnel TCP and UDP
Stars: ✭ 100 (+455.56%)
Mutual labels:  udp, tunneling
Pingtunnel
ping tunnel is a tool that advertises tcp/udp/socks5 traffic as icmp traffic for forwarding.
Stars: ✭ 1,904 (+10477.78%)
Mutual labels:  udp, udp-traffic
Unit3d Community Edition
🚀 A Next Generation Private Torrent Tracker (Community Edition)
Stars: ✭ 1,305 (+7150%)
Mutual labels:  tracker, torrent
Torrent Discovery
Discover BitTorrent and WebTorrent peers
Stars: ✭ 177 (+883.33%)
Mutual labels:  tracker, torrent

SpooferBT

Relay UDP torrent tracker traffic via TCP.

Intro

Normally, tracker communication goes through UDP. But in some companies or schools, all UDP traffic is blocked by the network admins. However, TCP/IP traffic is of course not blocked. Hopefully you can connect with any external host. If so, we can setup a proxy system that will allow you to do the tracker communication by using TCP instead of UDP, which hopefully not blocked.

So normally you have:

  [Torrent Client]     <--- UDP --->     [Tracker]

But this application does this:

  [Torrent Client]  <-X- UDP Blocked --->  [Tracker]
          |                                    |
          |                                    |
     Local UDP                                UDP
          |                                    |
          |                                    |
  [SpooferBT Proxy]    <--- TCP --->  [SpooferBT Server]
                                           or Host

So, once this setup is created. You should add the proxy to the torrent client's list of trackers. Peers will now be acquired by this application.

Good luck!

Example run commands

Run the localhost "fake" proxy tracker:

java -jar SpooferBT.jar --proxy --proxy-port 12345 --host [ip_here]:[portA] --tracker tracker.publicbt.com:80

Run the auxiliary server application that runs on IP address [ip_here]:

java -jar SpooferBT.jar --server --server-port [portA]

Now you can add udp://localhost:12345 to your tracker list in the torrent client.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].