diff --git a/projects/Fetch_open_ports/README.md b/projects/Fetch_open_ports/README.md index e69de29bb..84bd0c686 100644 --- a/projects/Fetch_open_ports/README.md +++ b/projects/Fetch_open_ports/README.md @@ -0,0 +1,30 @@ +# 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/ +``` + +2. Run following command +``` + python3 fetch_open_port.py +``` + +3. 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](Screenshot.png) + +## *Author Name* + +Aleksej Komnenovic \ No newline at end of file diff --git a/projects/Fetch_open_ports/Screenshot.png b/projects/Fetch_open_ports/Screenshot.png new file mode 100644 index 000000000..eca99ed54 Binary files /dev/null and b/projects/Fetch_open_ports/Screenshot.png differ