Improve address block scan implementation
Our current address block scan implementation is very naïve. Stuff to improve:
-
per-block/range configuration, including: -
skip
the whole block-range - specific IP exclude list
-
-
support for address ranges (as supported by nmap
) -
faster scanning, sparse scannig ( -iR
flag) for IPv6? -
improved output in tests (including info on any scanned ports)