OPTION 1 To run the `ipconfig /displaydns` command on a remote PC named “pc-kcordero” in a Windows environment, you can...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script prompts for the IP/FQDN, Record Type, DNS Server to...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will check the Enabled SSL-TLS Protocols WinHTTP $Protocols =...
Let’s go through the steps and data flow when using `curl` to make an HTTPS request and check for an...
(Invoke-WebRequest -Uri https://www.cisco.com -Method Get).StatusCode This command sends a GET request to the specified URL and then returns the HTTP...
To test TLS versions and HTTP versions using CURL, you can specify the desired TLS and HTTP versions using the...
Test-NetConnection -ComputerName remote-server -Port port or Test-NetConnection -ComputerName qa-api.cordero.me -Port 443...
Sure, here’s how you can find the Time to Live (TTL) for a DNS record on Windows and MacOS. Please...
DO YOU HAVE TO HAVE SSL OFFLOAD TO GET STATUS CODE SSL offloading, often performed by a load balancer or...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will scan an FQDN file, and based on the...