From 32abf165313c84e2f0ae4ee3c1cd0f3cc21dcaaf Mon Sep 17 00:00:00 2001 From: ylink Date: Sun, 23 Sep 2018 14:09:15 +0800 Subject: [PATCH] Update kickthemout.py --- kickthemout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kickthemout.py b/kickthemout.py index a561f1f..b057dff 100644 --- a/kickthemout.py +++ b/kickthemout.py @@ -185,7 +185,7 @@ def getDefaultInterfaceMAC(): def getGatewayIP(): global stopAnimation try: - getGateway = sr1(IP(dst="google.com", ttl=0) / ICMP() / "XXXXXXXXXXX", verbose=False) + getGateway = sr1(IP(dst="github.com", ttl=0) / ICMP() / "XXXXXXXXXXX", verbose=False) return getGateway.src except: # request gateway IP address (after failed detection by scapy)