Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 434 Bytes

Synopsis

A client and a server that helps you identify blocked TCP ports.

Usage Example

Start the server:

python port-scanner-srv.py <Port>

Start the client:

python port-scanner.py <ServerIP> <Port>

Motivation

This project was done as a personal exercise in Python, to further my knowledge.

Installation

Clone the repository, make sure you have Python 2.7 installed.

License

GNU General Public License