
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
deep-titler
Advanced tools
Starting from a top level directory, this module indexes all video files and searches for subtitles for all of them - using the subtitler module. Any match is stored alongside the video file as a .srt
-file.
If the file already has a matching .srt-file, it will be ignored.
If no matches are found, it will be added to a blacklist. Files on the blacklist will not be checked again unless the --clean
flag is supplied. The blacklist only applies for cli, although an ignorelist can be supplied to the api.
npm install deep-titler
var deeptitler = require("deep-titler");
deeptitler.run("./", ["/ignore/this/movie.mp4"]).then(function(result) {
// result is an object: { ignored: [], blacklisted: [], successful: [] }
});
Install using:
npm install -g deep-titler
Then run:
deep-titler [path] [--clean]
FAQs
Tool that searches for subtitles for all video files recursively.
We found that deep-titler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.