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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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