qiaoanqiao / PortScanner

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Java 100.0%