A basic port scanner developed in python as part of my computer network learning.
There are three versions, scanner.py, scannerV1.py and scannerV2.py.
- scanner.py: Basic version
- scannerV1.py: Uses multiprocessing.dummy and accepts no of thread pools as argument
- scannerv2.py: Usethreading module; 4 threads
python3 scanner.py <ip address>
python3 scanner.py <ip address> <no of thread pools>
python3 scanner.py <ip address>
- Python 3