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