/PortScanner

java Port Scanner in a Provided range . Faster using ExecuterServices and Future

Primary LanguageJava

PortScanner

java Port Scanner in a Provided range . Faster using ExecuterServices and Future

Scanning single port takes approx 2 seconds. so checking all 60000 ports takes lot of time .

Using ExecutorService and Future API and scanning 20 ports together reduced time a lot.

this is a simple java program without GUI.