This is a very simple port scanning tool
- git clone the project
- Enter into the dirctory open terminal
* python3 portScanner.py IP/domain starting-Port ending-Port
(For Example)
python3 portScanner.py 192.168.0.1 1 250
- It is mainly efficient to handle 100 ports at a time.