This Project is implementation of a multi-threaded TCP Port Scanner. usege: python3 portScanner.py // scans the src host (1 - 1024) port by default python3 portScanner.py -h // help menu example: python3 portScanner.py -n 127.0.0.1 -p 1 - 10000