
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
discord.js-selfbot-v13-proxy
Advanced tools
A unofficial discord.js-selfbot-v13 fork for creating selfbots with proxy [Based on discord.js v13]
Welcome to discord.js-selfbot-v13@v2.14
, based on discord.js@13.16
npm install 2captcha
)npm install node-capmonster
)Node.js 16.6.0 or newer is required
Recommended Node.js version: 18 (LTS)
npm install discord.js-selfbot-v13@latest
const { Client } = require('discord.js-selfbot-v13');
const client = new Client({
// See other options here
// https://discordjs-self-v13.netlify.app/#/docs/docs/main/typedef/ClientOptions
// All partials are loaded automatically
});
client.on('ready', async () => {
console.log(`${client.user.username} is ready!`);
})
client.login('token');
Run code (Discord Console - [Ctrl + Shift + I])
window.webpackChunkdiscord_app.push([
[Math.random()],
{},
req => {
for (const m of Object.keys(req.c)
.map(x => req.c[x].exports)
.filter(x => x)) {
if (m.default && m.default.getToken !== undefined) {
return copy(m.default.getToken());
}
if (m.getToken !== undefined) {
return copy(m.getToken());
}
}
},
]);
console.log('%cWorked!', 'font-size: 50px');
console.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');
Credit: hxr404
Github Discussion: Here
FAQs
A unofficial discord.js-selfbot-v13 fork for creating selfbots with proxy [Based on discord.js v13]
The npm package discord.js-selfbot-v13-proxy receives a total of 70 weekly downloads. As such, discord.js-selfbot-v13-proxy popularity was classified as not popular.
We found that discord.js-selfbot-v13-proxy 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.