/Port-Scanner

It's a program for checking the state of a port

Primary LanguagePython

Port-Scanner

Build Status

It's a program for checking the state of a port

How to use

  1. First of all you should have nmap library in your local computer. For installing nmap just type the command below in your terminal or command prompt: pip install nmap

  2. Run the program: python port.py

  3. Enter your source file name.

  • Attention: you should have details in your source file, just in this order ip:port
  1. A file will be created in your current directory named: port_list.txt

  2. Done