Releases: technosf/Connect-O-Matic
Connect-O-Matic v1.2.0
Added switches to:
- test connections to/from local interfaces if they are included in the hosts parameter. Otherwise they are now ignored, allowing the same host set to be used accross hosts without redundant results in the output.
- set the number of connection attemps - defaults to 5.
- output results as JSON instead of CSV.
- POST results to an URI as a JSON payload, i.e. to get the results into an object DB.
- quiet version and summary output.
- dry-run, resolving endpoints but not testing/connecting to them.
Connect-O-Matic v1.1.1
Support for port ranges in the input parameters. If a consecutive range of ports is to be tested, rather than having to list every port individually, they can be specified with a range: startport-endport
Connect-O-Matic v1.1.0
Added summary of connection tries to the result header.
Added min and max connection times to .CSV
Corrected an error in the connection time math.
Connect-O-Matic v1.0.1
Connect-O-Matic - Finessed Initial Release
Basic discovery of local interfaces and connection testing from a given local interface to remote host and port, providing connection results and average connection timings in .csv format
Connect-O-Matic v1.0.0
Connect-O-Matic - Initial Release
Basic discovery of local interfaces and connection testing from a given local interface to remote host and port, providing connection results and average connection timings.