Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 967 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 967 Bytes

link-checker-malacious

A simple package to check for bad links

Downloading

npm i link-checker-malicious

Approximately around 10,000+ links (total) of "bad links".

Update: v1.5.0 has only one function, it will check for all types of links, and even return the detected link.

Usage

const mal = require("link-checker-malacious");
let data = mal.isMalLink("string of text here")//it will auto detect links in it and scan those links
if(data.isMal==true) {
console.log("Type: "+data.type+"\n Link: "+data.link)
}
else {
console.log("Not a malacious string")
}

Credits:

Bumblebee#1447 (on discord) creating the package DevSpen for this repo & ELBKR for this repo.

I also know that the name has a spelling error; but I can't rename on NPM :(