You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The documentation for sslyze describes that "all checks" will be run if you simply pass a target. This used to in include --http_headers . I must now pass those arguments separately and run two scans To Reproduce
Steps to reproduce the behavior:
Install SSLyze using '...' [e.g. pip, git]
Run the following command python3 sslyze -m www.ftd.com
Note: no hsts or other header information
Run the following command python3 sslyze -m --http_headers www.ftd.com
Note: ONLY HSTS information is returned
I believe there used to be a --regular option to run all scans. It is ok not to have that as long as you maintain "umbrella check" operation.
Expected behavior
All checks should be run as advertised Python environment (please complete the following information):
OS: MacOS Sonoma 14.4.1
Python version: 3.11.6
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The documentation for sslyze describes that "all checks" will be run if you simply pass a target. This used to in include --http_headers . I must now pass those arguments separately and run two scans
To Reproduce
Steps to reproduce the behavior:
I believe there used to be a --regular option to run all scans. It is ok not to have that as long as you maintain "umbrella check" operation.
Expected behavior
All checks should be run as advertised
Python environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: