mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 13:04:25 +01:00
Update scan.py
This commit is contained in:
parent
664d2419bd
commit
6aa940a157
2
scan.py
2
scan.py
@ -54,7 +54,7 @@ def scanNetwork():
|
||||
if netmask <= 0 or netmask == 0xFFFFFFFF:
|
||||
continue
|
||||
|
||||
# Skip APIPA network (corresponds to the 169.254.0.0/16 adress range)
|
||||
# Skip APIPA network (corresponds to the 169.254.0.0/16 address range)
|
||||
# See https://fr.wikipedia.org/wiki/Automatic_Private_Internet_Protocol_Addressing for more details
|
||||
if network == 2851995648:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user