简体中文 | English
torsniff 是一个种子嗅探器,它从 BitTorrent 网络获取人们下载音乐、电影、游戏、文档等等时所用的种子。
种子含有可用的信息,所以你可用 torsniff 打造属于自己的私人种子库(比如:海盗湾),或者做数据挖掘与分析。
直接从 releases 下载最新版即可.
$ ./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)
使用默认参数:
./torsniff
种子默认保存在 $HOME/torrents
目录里。
- 需要一个有公网 IP 的主机(推荐,最好是国外),如果想在私有内网、NAT 内的主机上运行,需要配置端口转发、映射。
- 允许 UDP 流量通过防火墙
- 你的 ISP/主机商允许 BitTorrent 流量(torsniff 在 vultr.com 能良好运行)
- DHT Protocol
- The BitTorrent Protocol Specification
- BitTorrent Extension Protocol
- Extension for Peers to Send Metadata Files
MIT