It's a program for checking the state of a port
-
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
-
Run the program:
python port.py
-
Enter your source file name.
- Attention: you should have details in your source file, just in this order
ip:port
-
A file will be created in your current directory named:
port_list.txt
-
Done