2JJ1 / npm-anti-ip-logger

Checks if the text contains links to a known IP logger, even if it's behind a link shortener.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This checks if the passed text contains any known IP logger service domain. Returns true if so, otherwise false.

Example Usage

const antiIpLogger = require("anti-ip-logger")
console.log(antiIpLogger("https://grabify.link/FAA9S1"))
//Output: true

About

Checks if the text contains links to a known IP logger, even if it's behind a link shortener.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%