mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-15 14:09:03 +02:00
Update kickthemout.py
This commit is contained in:
parent
77092773ab
commit
32abf16531
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue