Releases: vaughany/tls-tester
Releases · vaughany/tls-tester
Now with a web server and default-Bootstrap CSS.
Runs a web server on http://127.0.0.1:8080 showing the results (can be refreshed to show progress of large scans). CSV data is available on /csv
also.
Concurrency speed-up v2.
Refactored the code to use workkers (10) to run multiple scans concurrently. So the scans are concurrent and so are each of the four TLS version checks... much speedup goodness.
Concurrency speed-up.
Added concurrency to the four TLS version test per URL, reducing the testing time significantly.
Initial release.
Basic cli application. Use -url
and e.g. google.com
to test a URL's TLS options.