File tree Expand file tree Collapse file tree
projects/Fetch_open_ports Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Fetch open port
2+ <!-- Remove the below lines and add yours -->
3+ This script finds open port for web address.
4+
5+ ### Prerequisites
6+ <!-- Remove the below lines and add yours -->
7+ No need for additional installations.
8+
9+ ### How to run the script
10+ <!-- Remove the below lines and add yours -->
11+ 1 . Clone repo on your local machine and switch to script folder
12+ ```
13+ git clone https://github.com/chavarera/python-mini-projects.git
14+ cd python-mini-projects/projects/Fetch_open_ports/
15+ ```
16+
17+ 2 . Run following command
18+ ```
19+ python3 fetch_open_port.py
20+ ```
21+
22+ 3 . Once script is running, you can write any website you want, and it will print all open ports in range 50-500.
23+
24+ ### Screenshot/GIF showing the sample use of the script
25+ <!-- Remove the below lines and add yours -->
26+ ![ Example of script usage] ( Screenshot.png )
27+
28+ ## * Author Name*
29+ <!-- Remove the below lines and add yours -->
30+ Aleksej Komnenovic
You can’t perform that action at this time.
0 commit comments