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
- Host: GitHub
- URL: https://github.com/hktalent/detection_dns_hijack
- Owner: hktalent
- License: mit
- Created: 2017-04-12T03:28:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T05:24:32.000Z (about 9 years ago)
- Last Synced: 2025-01-20T09:08:23.810Z (over 1 year ago)
- Topics: detection, dns, finder, hacker, hijack, hijacking-methods, network-monitoring, tools
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
});