All Projects → fanpei91 → Torsniff

fanpei91 / Torsniff

Licence: mit
torsniff - a sniffer that sniffs torrents from BitTorrent network

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Torsniff

dht
golang dht(Distributed Hash Table) node
Stars: ✭ 30 (-99.21%)
Mutual labels:  dht, bep0005, bep0009, bep0010, bep0003
Metadata
a infohash metadata collector
Stars: ✭ 21 (-99.45%)
Mutual labels:  metadata, dht
dht
golang dht / Kademlia
Stars: ✭ 24 (-99.37%)
Mutual labels:  dht, bep0005
Phpdhtspider
php实现的dht爬虫
Stars: ✭ 248 (-93.47%)
Mutual labels:  metadata, dht
torrent-spider
基于DHT的p2p网络资源爬虫
Stars: ✭ 65 (-98.29%)
Mutual labels:  metadata, dht
Goca
Goca Scanner
Stars: ✭ 281 (-92.61%)
Mutual labels:  metadata
Resh
Rich Enhanced Shell History - Contextual shell history for zsh and bash
Stars: ✭ 310 (-91.84%)
Mutual labels:  metadata
Composure
Don't fear the Unix chainsaw
Stars: ✭ 272 (-92.84%)
Mutual labels:  metadata
Irs
🎸 🎶 A music downloader that understands your metadata needs.
Stars: ✭ 268 (-92.95%)
Mutual labels:  metadata
Vue Meta
Manage HTML metadata in Vue.js components with SSR support
Stars: ✭ 3,807 (+0.18%)
Mutual labels:  metadata
Mediainfolib
Convenient unified display of the most relevant technical and tag data for video and audio files.
Stars: ✭ 330 (-91.32%)
Mutual labels:  metadata
Mnamer
media file renamer and organizion tool
Stars: ✭ 299 (-92.13%)
Mutual labels:  metadata
Releaser Tools
Create a GitHub/GitLab/etc. release using a project's commit messages and metadata.
Stars: ✭ 283 (-92.55%)
Mutual labels:  metadata
Steedos Platform
华炎魔方低代码/无代码平台。内核采用了元数据、微服务、微前端、K8S等最新的技术架构。Steedos Low-Code / No-Code Platform in nodejs and mongodb.
Stars: ✭ 310 (-91.84%)
Mutual labels:  metadata
Eiskaltdcpp
File sharing program using DC and ADC protocols
Stars: ✭ 277 (-92.71%)
Mutual labels:  dht
Tropy
Research photo management
Stars: ✭ 337 (-91.13%)
Mutual labels:  metadata
Bluntly
serverless, encrypted, NAT-breaking p2p connections - DEPRECATED
Stars: ✭ 270 (-92.89%)
Mutual labels:  dht
Spotiflyer
Spotify/Gaana/Youtube Music Downloader For Android!
Stars: ✭ 231 (-93.92%)
Mutual labels:  metadata
The Seo Framework
The SEO Framework WordPress plugin.
Stars: ✭ 329 (-91.34%)
Mutual labels:  metadata
Anime Offline Database
Updated every week: A JSON based offline anime database containing the most important meta data as well as cross references to various anime sites such as MAL, ANIDB, ANILIST, KITSU and more...
Stars: ✭ 292 (-92.32%)
Mutual labels:  metadata

torsniff - a sniffer that sniffs torrents from BitTorrent network

English | 简体中文

Introduction

torsniff is a torrent sniffer, it sniffs torrents that people are using to download movies, music, docs, games and so on from BitTorrent network.

A torrent has valuable information, so you can use torsniff to build your own torrent database(e.g: The Pirate Bay), or to do data mining and analyzing.

Installation

Just download latest torsniff from releases directly.

Usage

$ ./torsniff -h

Usage:
  torsniff [flags]

Flags:
  -a, --addr string        listen on given address (default all, ipv4 and ipv6)
  -d, --dir string         the directory to store the torrents (default "$HOME/torrents")
  -h, --help               help for torsniff
  -f, --friends int        max fiends to make with per second (default 500)
  -e, --peers int          max peers to connect to download torrents (default 400)
  -p, --port uint16        listen on given port (default 6881)
  -t, --timeout duration   max time allowed for downloading torrents (default 10s)
  -v, --verbose            run in verbose mode (default true)

Quick start

Use default flags:

./torsniff

Requirements

  • A host having a public IP(recommended), or UDP port forwarding/port mapping in private network/NAT
  • Allow UDP traffic get through firewall
  • Your ISP/Hosting Provider allows BitTorrent traffic(torsniff works on vultr.com)

Protocols

License

MIT

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].