Test Ciphers in use on a service from linux bash
Information
Summary: |
Create a bash script to test ciphers applied on a service or website. |
Environment: |
Product: Version: Platform: Linux Application: Bash Shell |
Question/Problem Description: |
Test ciphers enabled on a service or website |
Steps to Reproduce: | |
Error Message: | |
Defect Number: | |
Enhancement Number: | |
Cause: | To verify the ciphers in use on a service. |
Resolution: |
Test Ciphers using the following Bash Script from a linux cli. Save the below to a text file naming it as an .sh file. Something like "filename.sh" A good text editor is nano.
From the Bash shell do the following
Copy the below text into the editor and save the file with "ctrl + o" then exit the editor with "ctrl + x" _______________________________________________________________________________
#!/usr/bin/env bash ______________________________________________________________________________
Use "chmod +x filename.sh" to make the file executable
Launch with "./filename.sh IP:port" or "./filename.sh FQDN:port" from the Linux bash shell prompt |
Workaround: | |
Notes: |