Fastest Port Scanner version 1.1.2
git clone https://github.com/varshithrajbasa/Port-Scanner.git
cd Port-Scanner
chmod +x portscanner.py
./portscanner.py --help
./portscanner.py --help
____________________
< Port Scanner v.1.1.2 >
--------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
Usage:
./portscanner.py [options] value [optional] value
options:
-i ip address
-h hostname
-l list of ip addresses or hostnames
optional:
-p range of ports Ex: -p 80 8888 (default range 1 to 65535)
./portscanner.py -i 127.0.0.1
./portscanner.py -i localhost
Add ip addresses or hostnames to list.txt or create your own file
./portscanner.py -l file.txt
./portscanner.py -i 127.0.0.1 -p 80 8080