/npm-anti-ip-logger

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

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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