Ping monitor .bat file to check network connection
![No Picture](https://www.abort-retry-fail.com/wp-content/themes/vt-blogging-pro/assets/front-end/img/no-thumb.png)
This simple batch file was used to monitor a network after several complaints about an erratic internet connection. I didn’t want to spend too long on the initial investigation. Create a file called ping_test.bat and copy the script…
Read more »Checking remote host TLS / SSL Version with nmap / openssl
![No Picture](https://www.abort-retry-fail.com/wp-content/themes/vt-blogging-pro/assets/front-end/img/no-thumb.png)
Checking SSL / TLS version support of a remote server from the command line in Linux. Method 1: openssl s_client The simplest way to check support for a given version of SSL / TLS is via openssl s_client…
Read more »