Skip to content

Port scanner client-server utility that helps you identify blocked TCP ports.

License

Notifications You must be signed in to change notification settings

aso930/port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Port scanner client-server utility that helps you identify blocked TCP ports.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages