pyportscanner is a basic port scanning tool written in python3 that allows to enumerate valid ports for hosts it uses multi-threading (concurrent.futures) for fast scanning
1.) sudo apt install python3
2.) Browse to the directory of this script and open command prompt/shell in that directory and run this command :
git clone https://github.com/niirmaaltwaatii/PyPortScanner
cd PyPortScanner
pip3 install -r requirements.txt
python3 port-scam.py -i google.com -p 80 81 82 445 443
python3 port-scam.py -i google.com
website - pwn0x80.github.io
instagram - https://www.instagram.com/pwn0x80/