Ninjananas / pytoprox

Small HTTP Python proxy script to spoof downloaded data to torrent trackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyToProx (Python Torrent Proxy)

Pytoprox is a small Python script that acts like a very basic HTTP proxy. Its goal is to spoof the downloaded data report sent to BitTorrent trackers by BitTorrent clients.

Requirements

  • Python 3.8+
  • the http python package (found in the standard library)

Usage

python pytoprox.py

Features

  • Quite straightforward
  • Easy to use

Limitations

  • Code somewhat inelegant, which makes it less hackable
  • No support for HTTPS trackers

About

Small HTTP Python proxy script to spoof downloaded data to torrent trackers

License:MIT License


Languages

Language:Python 100.0%