61
How do I know if a certain movies uploader on 1337x is trusted ?
(lemmy.dbzer0.com)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Thanks for reminding me of this possibility.
Here’s how I plan to solve it on my seedbox:
In the bash script I use to download and rename files using filebot, I added an mkvalidator step at the beginning. If the file doesn’t pass the check, it doesn’t go onto the next step.
mkvalidator
mkvalidator is a simple command line tool to verify Matroska and WebM files for spec conformance. It checks the various bogus or missing key elements against the EBML DocType version of the file and reports the errors/warnings in the command line.
so it is impossible to be infected from an MKV or webm if I use this to scan the files ??
Good question! Perhaps not. Someone should test my idea with a known infected mkv file.
Get back to me if you do.