You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PORT SCANNING TOOL
To scan all ports in a range at an ip: python scan.py -a <ip> <lower bound port> <upper bound port>
To scan ports with commonly exploited services: python scan.py -v <ip>