A client and a server that helps you identify blocked TCP ports.
Start the server:
python port-scanner-srv.py <Port>
Start the client:
python port-scanner.py <ServerIP> <Port>
This project was done as a personal exercise in Python, to further my knowledge.
Clone the repository, make sure you have Python 2.7 installed.
GNU General Public License