Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions projects/Fetch_open_ports/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Fetch open port
<!--Remove the below lines and add yours -->
This script finds open port for web address.

### Prerequisites
<!--Remove the below lines and add yours -->
No need for additional installations.

### How to run the script
<!--Remove the below lines and add yours -->
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
<!--Remove the below lines and add yours -->
![Example of script usage](Screenshot.png)

## *Author Name*
<!--Remove the below lines and add yours -->
Aleksej Komnenovic
Binary file added projects/Fetch_open_ports/Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.