/Port-scanner

This is a very simple port scanning tool

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Port-scanner

This is a very simple port scanning tool

How to use the 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.