Alpha Port Scanner is an open source port scanner designed to scan a server or host for open ports.
-
Download alpha-port-scanner using the following command :
git clone https://github.com/AlphaQx/Alpha-Port-Scanner.git
-
Then, go to Alpha-port-scanner directory using the following command :
cd alpha-port-scanner
-
Now run apscan using the following command :
python apscan.py [ip address] [start point] [end point]
- To scan all open ports from 1 to 200 of example.com :
python apscan.py example.com 1 200