Skip to content

Latest commit

 

History

History

Fetch_open_ports

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Fetch open port

This script finds open port for web address.

Prerequisites

No need for additional installations.

How to run the script

  1. Clone repo on your local machine and switch to script folder
    git clone https://github.com/chavarera/python-mini-projects.git
    cd python-mini-projects/projects/Fetch_open_ports/
  1. Run following command
    python3 fetch_open_port.py
  1. Once script is running, you can write any website you want, and it will print all open ports in range 50-500.

Screenshot/GIF showing the sample use of the script

Example of script usage

Author Name

Kushal Agrawal