
Security News
Node.js Drops Bug Bounty Rewards After Funding Dries Up
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.
Anti-link scam, anti-server scam, anti-user scam, system blacklist, system report send new scam
OldModz95
Installe Package npm i antiscam
Install NodeJS Download NodeJS
Install Code editing Download Visual Studio Code
Export module antiscam
const antiscam = require("antiscam");
const folder = require(antiscam.chemin)
Export file and start Antiscam
antiscam.protondev()
folder(client)
Create file
{
"action": "no",
"deletemessage": "yes",
"logsdirectchannel": "no",
"logs": "yes",
"logschannel": "ID CHANNEL LOGS",
"infosuser": "yes",
"infoserver": "yes",
"pingrole": "ID ROLE PING",
"emoji": "yes",
"banlink": "EMOJI"
}
explanation of json file
-| action: ban/kick/no
-| deletemessage: yes/no
-| logsdirectchannel: yes/no
-| logs: yes/no
-| logschannel: id channel
-| infosuser: yes/no (just if logs is "yes")
-| infoserver: yes/no (just if logs is "yes")
-| pingrole: no/id role
-| emoji: yes/no
-| banlink: emoji id (Add reaction if link ban) - (if dltmsg = no) (exemple: <a:no:909539172811956244>)
const Discord = require("discord.js");
const client = new Discord.Client({
intents: [
Discord.Intents.FLAGS.GUILDS,
Discord.Intents.FLAGS.GUILD_MESSAGES,
]
});
//? export module antiscam
const antiscam = require("antiscam");
const folder = require(antiscam.chemin)
//?============================================================
//? Confirm start bot.
client.on("ready", () => {
console.log(`Bot ${client.user.tag} on !`)
antiscam.protondev()//? export file antiscam
folder(client)//? Start antiscam
});
//?============================================================
client.login("TOKEN BOT");
come follow us on our discord in case of problem and report. Discord Dev Discord Support
FAQs
Anti-link scam, anti-server scam, anti-user scam, system blacklist, system report send new scam
We found that antiscam 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
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.