Skip to content
Advertisement

Tag: port-scanning

Fastest way to scan ports with Java

I made a very simple port scanner, but it runs too slow, so I’m looking for a way to make it scan faster. Here is my code: This code tests if a specific port is open on a specific ip. For timeout I used a minimum value of 200 because when I go lower it doesn’t have enough time to

Advertisement