Skip to content

Latest commit

 

History

History
99 lines (60 loc) · 2.42 KB

README.md

File metadata and controls

99 lines (60 loc) · 2.42 KB

📗 Table of Contents

📖 PORT SCANNER

This challenge is to build your own version of a port scanner like nmap (https://svn.nmap.org/)

PORT SCANNER - A port scanner is a computer program that checks network ports and probes a server or host for open ports.

🛠 Built With

Tech Stack

-Python

Client

(back to top)

💻 Getting Started

To get started with the project, make sure you have installed the following in your computer operating system

Prerequisites

In order to run this project you need:

Install python in your machine if you don't have

Follow this documentation - https://python.org/

Setup

Clone this repository to your desired folder:

 git clone https://github.com/paulmunyao/Port-Scanner.git

To run the project, execute the following command:

 python3 scanner.py

(back to top)

👥 Authors

👤 Author1

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

(back to top)

📝 License

This project is MIT licensed.

(back to top)