Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
rarbgto-api
Advanced tools
API to search for torrent files on Rarbg website.
Like every other npm package, run the command
npm install rarbgto-api
Search torrent files for South Park season 19 episode 6.
var rarbgToApi = require('rarbgto-api');
rarbgToApi.search('South Park S19E06', { category: 'tv' }).then(torrentList => {
torrentList.forEach(torrentInfo => console.log(torrentInfo));
});
Search and return the list of torrent files found by rarbg.to.
The list is limited to the first page of results, 25 items max. It is sorted by seeds count in descending order.
Category list is the following: tv, movies, xxx, games, music, software, nonxxx, ebooks.
Note: As in the website, nonxxx does not include ebooks.
Returns a promise which is resolved when the search is complete.
This promise returns a list of objects containing the rarbg torrent unique id, title, filename, seeds count and torrent file download url.
FAQs
API to search for torrent files on rarbg.to website
The npm package rarbgto-api receives a total of 2 weekly downloads. As such, rarbgto-api popularity was classified as not popular.
We found that rarbgto-api 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.