Giter Site home page Giter Site logo

dhtcrawler's Introduction

dhtcrawler

Finds IP addresses and ports of BitTorrent clients by using the Distributed Hash Table (DHT). Vast amounts of IP can be collected quickly and without actually torrenting anything. The collected clients are not part of a particular torrent, because the generated request sent by dhtcrawler is random.

Method

To collect addresses, a DHT get_peers request with a random torrent infohash is sent to a peer. The communication happens over UDP and is stateless. The response packet contains a list of peers which, by protocol, contains either some peers currently serving the torrent or, if none are known, some peers which do probably know better about the requested torrent infohash. In either way, we add all peers to the list of known peers. To increase the amount of peers collected from a peer, the get_peers request may be repeated with different torrent infohashes.

Implementation

The crawler is implemented as a python generator. By the nature of the method, the output sequence may have repetitions.

dhtcrawler's People

Contributors

gubser avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.