We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53042e0 commit 2a3d259Copy full SHA for 2a3d259
dns_hijack_fingerprint_db.js
@@ -1,7 +1,7 @@
1
/*
2
* This is a fingerprint database with exploits to change the DNS server set by the router
3
*/
4
-var dns_server_ip = '8.8.8.8';
+var dns_server_ip = '8.8.8.8'; // IP address of malicious DNS server to poison routers with
5
var fingerprints = [
6
{
7
'name': "ASUS RT-N66U",
0 commit comments