Skip to content
/ bthash Public

Utility for extracting BitTorrent hashes from network traffic.

License

Notifications You must be signed in to change notification settings

mharjac/bthash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bthash

Utility for extracting BitTorrent hashes from network traffic.

Installation

Clone bthash repository:

git clone https://github.com/mharjac/bthash

Install requirements:

pip3 install -r requirements.txt

Usage

Extract hashses from a PCAP file:

./bthash -f pcap_example/demo.pcap

Extract hashses from live network traffic:

./bthash -i eth0

You can c/p extracted hashes to Google to find out what is downloaded (example).

About

Utility for extracting BitTorrent hashes from network traffic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages