Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (30 loc) · 1.12 KB

TMRR — Torrent Merkle Root Reader

Useful for finding the sources of the same copies of files on different trackers & DHT indexers that support BitTorrent v2 protocol, thus reviving dead torrents, valuable Internet artifacts.

Note

Generating magnet download links without duplicates is currently not available due to the ongoing issue with piece alignment files, hopefully it will be resolved soon.

Extract file hashes from .torrent files:

tmrr e example.torrent

Calculate hashes for existing files:

tmrr c your_file

Find duplicates within .torrent file(s):

tmrr d <example.torrent> <example2.torrent>.. <exampleN.torrent>

To save a large output:

tmrr your_command > output.txt

For the Linux environment on which PHP is installed:

php tmrr.php your_command

If this tool has somehow helped you in finding important files, you can express your gratitude by starring this repository 🍀.