Skip to content
/ btsniff Public

just a BitTorrent DHT Sniffer (based on python-libtorrent)

Notifications You must be signed in to change notification settings

inaz2/btsniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

btsniff

just a BitTorrent DHT Sniffer (based on python-libtorrent)

Install prerequisites on Ubuntu

$ sudo apt-get install python-libtorrent

Usage

First, prepare a torrent for joining the network.

$ wget http://releases.ubuntu.com/12.04/ubuntu-12.04.3-server-amd64.iso.torrent

Then, execute below. btsniff listens on tcp port 6881.

$ python btsniff.py ubuntu-12.04.3-server-amd64.iso.torrent

or

$ nohup python btsniff.py ubuntu-12.04.3-server-amd64.iso.torrent >/dev/null 2>&1 &

About

just a BitTorrent DHT Sniffer (based on python-libtorrent)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages