BasicNetworkScanner

This network scanner first show you all the IP's available on whole network then one by one start the port scan on each ip and let you know the open ports in that ip.

Usage

Linux User:
For Python2 use:
python network_scanner.py -t {IP/WholeNetwork of the target}
for Python3 use:
python3 network_scanner.py -t {IP/WholeNetwork of the target}