A simple project used for network analysis and testing
First Step is to open your terminal and paste the following command.
https://github.com/theonlyanson/Port-Scanner.git
If you don't have git installed on your laptop, type in the following commands.
sudo apt install git
Run python Script, with the extension .py.
python3 PortScanner.py
Usually your system will have python installed on it, if not paste the following command:
sudo apt install python3