A wrapper around testssl.sh and aha to aid in TLS/SSL testing
usage: tssl [-h] [-c] [-d DIRECTORY] [-e] [-f FILE] [-H HEADER] [-l LABEL] [-o] [-pA PATH] [-pT PATH] [-s] [-t TIMEOUT] [-u URL] [-v] [-z]
options:
-h, --help show this help message and exit
-c, --command-only output the manual command only; do not scan
-d DIRECTORY, --directory DIRECTORY
directory to save output to instead of the current working directory
-e, --encrypt compress output directory into an AES256 encrypted zip archive (includes existing files)
-f FILE, --file FILE newline delimited file containing URLs to scan (can be specified multiple times per command)
-H HEADER, --header HEADER
HTTP header to add to all requests in the form '<name>: <value>' (can be specified multiple times per command)
-l LABEL, --label LABEL
add a label to output files
-o, --overwrite overwrite existing results
-pA PATH, --aha-path PATH
path of aha executable (default: 'aha')
-pT PATH, --testssl-path PATH
path of testssl executable (default: 'testssl')
-s, --skip skip targets for which matching output files already exist
-t TIMEOUT, --timeout TIMEOUT
number of seconds a scan has to hang for in order to time out (default: 60)
-u URL, --url URL URL to scan (can be specified multiple times per command)
-v, --verbose display verbose output
-z, --zip compress output directory into an unencrypted zip archive (includes existing files)
pipx install 'git+https://github.com/JamesConlan96/tssl.git'
Note that the following is a guideline only and you may need to adjust the docker commands to fit your use case:
docker build -t tssl 'https://github.com/JamesConlan96/tssl.git#main' --network=host
docker run -it -v "$(pwd)/test:/tssl_out" --network=host tssl
- testssl.sh
- aha
- A web browser (not supported when running with Docker)