k4m4 / kickthemout

💤 Kick devices off your network by performing an ARP Spoof attack.
https://nikolaskama.me/kickthemoutproject
MIT License
2.53k stars 440 forks source link

ValueError: ('illegal netmask value', '0x0') #524

Open qzpzp opened 1 year ago

qzpzp commented 1 year ago

系统 centos7.8 虚拟机 报错代码

Traceback (most recent call last): File "kickthemout.py", line 756, in defaultInterface = getDefaultInterface() File "kickthemout.py", line 155, in getDefaultInterface net = to_CIDR_notation(network, netmask) File "kickthemout.py", line 147, in to_CIDR_notation netmask = long2net(bytes_netmask) File "kickthemout.py", line 143, in long2net raise ValueError("illegal netmask value", hex(arg)) ValueError: ('illegal netmask value', '0x0')