# 'humble' (HTTP Headers Analyzer)
# https://github.com/rfc-st/humble/
#
# MIT License
#
# Copyright (c) 2020-2025 Rafa 'Bluesman' Faura (rafael.fcucalon@gmail.com)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

To run an SSL/TLS scan on Windows with 'testssl' you have three options:

[Option: Cygwin]

- Download and unzip the latest asset (Source code (zip)) from https://github.com/drwetter/testssl.sh/releases
- Download the file 'setup-x86_64.exe' from https://www.cygwin.com/install.html
- Run the file from the previous step, choosing in the installation the packages you want (be sure to select the 'bash' package)
- Start the Cygwin Terminal
- Change to the directory where 'testssl.sh' is located (first step) and run the analysis using 'bash':
-- Ex. bash testssl.sh -f -g -p -U -s --hints https://www.spacex.com

[Option: MSYS2]

- Download and unzip the latest asset (Source code (zip)) from https://github.com/drwetter/testssl.sh/releases
- Download the .exe file from the 'Installation' section of https://www.msys2.org/
- Run the file from the previous step
- Start the MSYS2 MinGW 64-bit terminal
- Change to the directory where 'testssl.sh' is located (first step) and run the analyisis using 'bash':
-- Ex. bash testssl.sh -f -g -p -U -s --hints https://www.spacex.com

[Option: WSL (Windows Subsystem for Linux)]

- Download and unzip the latest asset (Source code (zip)) from https://github.com/drwetter/testssl.sh/releases
- Follow WSL instructions from https://learn.microsoft.com/en-us/windows/wsl/install
- Open the installed Linux distribution from the 'Start' menu or use 'wsl' from the Command Prompt
- Change to the directory where 'testssl.sh' is located (first step) and run the analyisis using 'bash':
-- Ex. bash testssl.sh -f -g -p -U -s --hints https://www.spacex.com
