/portscan

portscan

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

This is a simple port scanning tool in Python. How to run this:

python portscan.py --host <host ip> -p <comma separated list of ports>

python portscan.py --host 192.168.0.100 -p 22,80,8100