Skip to content

Commit 2a3d259

Browse files
Comments for DNS hijack DB
1 parent 53042e0 commit 2a3d259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dns_hijack_fingerprint_db.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This is a fingerprint database with exploits to change the DNS server set by the router
33
*/
4-
var dns_server_ip = '8.8.8.8';
4+
var dns_server_ip = '8.8.8.8'; // IP address of malicious DNS server to poison routers with
55
var fingerprints = [
66
{
77
'name': "ASUS RT-N66U",

0 commit comments

Comments
 (0)