A Package that works with the list of suspicious Domains which are used for phishing on Discord.
This is the official Repository & NPM Package to provide a API to work with those Links.
Feel free to contribute to this Project!
npm install stop-discord-phishing
const stopPhishing = require('stop-discord-phishing')
const message = 'this is a string that should be checked'
async function list () {
let links = await stopPhishing.listDomains()
//Now you can something with Array with all the Domains in it
console.log(links)
return links
}
list()
async function checkMessage (message) {
let isGrabber = await stopPhishing.checkMessage(message)
//Now you can something with the Boolean Value
console.log(isGrabber)
return isGrabber
}
checkMessage(message)
Use | Domains |
---|---|
stopPhishing.list() |
870+ |