hktalent / Detection_Dns_Hijack

Detection(find) dns hijack node js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how Detection(find) Dns Hijack in node js?

Detection(find) dns hijack node js

install

npm install -g Detection_Dns_Hijack

run

node test/test.js

dev

var t = require("Detection_Dns_Hijack");
t(function(a)
{
console.log("find dns Hijack:");
console.log(a);
});

About

Detection(find) dns hijack node js

License:MIT License


Languages

Language:JavaScript 100.0%