/port-scanner

Simple port scanner using python

Primary LanguagePython

Port Scanner

I created this this script in order to train my socket programming skill with python xD
This script will scan all open port from port 1 to port 65535.
In the next update I'll add some verbosity and add log feature.

How To Use

Install dependencies
pip install -r requirements.txt
Run script
python3 scanner.py