Update scan.py

This commit is contained in:
Nikolaos Kamarinakis 2017-01-17 17:41:56 +02:00 committed by GitHub
parent 664d2419bd
commit 6aa940a157
1 changed files with 1 additions and 1 deletions

View File

@ -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