An open API service indexing awesome lists of open source software.

https://github.com/hktalent/detection_dns_hijack

Detection(find) dns hijack node js
https://github.com/hktalent/detection_dns_hijack

detection dns finder hacker hijack hijacking-methods network-monitoring tools

Last synced: 9 months ago
JSON representation

Detection(find) dns hijack node js

Awesome Lists containing this project

README

          

# 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);
});