Ping monitor .bat file to check network connection

No Picture

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

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 »