/PortChecker

A simple TCP Port Checker utility. Accepts a .csv containing a list of IP's and TCP ports and attempts to open a new socket in each

Primary LanguageJava

PortChecker

A simple multi-threaded TCP Port Checker utility. Accepts a .csv or a set of args containing a list of IP's and TCP ports and attempts to open a new socket in each

Releases:

  • Branch 0.1 is the first working version; it takes the input from the CSV and outputs everything to the console and logfile.
  • Branch 0.5 contains the ThreadController and multi-threaded processing of ports.
  • Branch 1.0 is the "release candidate" and contains the completed reportBuilder().

Post Release:

  • Add a UI(web-based?) and report options?
  • Processing and condensation of results to be more meaningful
  • Parameterization of performance values (socket timeout, max threads, chunk size, etc)