mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-04 04:18:15 +02:00
Update scan.py
This commit is contained in:
parent
664d2419bd
commit
6aa940a157
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue