Automatically scan a range of ports for a specified IP address USAGE:
- Install Python3
- sudo apt-get install python3
- Clone repository
- git clone link
- Move into directory
- cd PortScanner
- Run the script
- Python3 portscanner2.py
- Provide ip address to scan eg 172.16.63.3
- Provide the starting port e.g 22
- Provide the finishing port e.g 3333 NB: The last port is not scanned.