
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
An npm personal module for interacting with the Discord API focusing on self-bot accounts
selfo.js is an personal node.js module forked from Discord.js that allows you to interact with the Discord API focusing on self-bot accounts.
Selfbots violate Discord TOS and Discord-Bots TOS. Be careful about how you use this module and use at your risk.
Ignore any warnings about unmet peer dependencies, as they're all optional.
npm install selfo.js
npm install selfo.js node-opus
const { Client } = require('selfo.js');
const client = new Client();
client.on('ready', () => {
console.log(`Logged in as ${client.user.tag}!`);
});
client.on('message', msg => {
if (msg.content == 'flood')
client.flood('channel/user id', 'Flood Message', 2000)
});
client.login('ACCOUNT TOKEN');
Before creating an issue, please ensure that it hasn't already been reported or suggested.
FAQs
An npm personal module for interacting with the Discord API focusing on self-bot accounts
The npm package selfo.js receives a total of 5 weekly downloads. As such, selfo.js popularity was classified as not popular.
We found that selfo.js demonstrated a healthy version release cadence and project activity because the last version was released less than 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.