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
Basic port scanner example in Java (Yeah, I could have made it cooler, I know). All the program does is tell you what ports are open on a host. The reason I'm doing this is because I stumbled upon a list of basic to more advanced programming projects. I'm starting with the easiest ones.