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
Since the latest release (1.1.4), I have been unable to properly deserialize the JSON output of sslyze due to OpenSslVersionEnum values not being serialized as JSON strings. Instead, they appear as unquoted literals as follows:
Since the latest release (1.1.4), I have been unable to properly deserialize the JSON output of sslyze due to OpenSslVersionEnum values not being serialized as JSON strings. Instead, they appear as unquoted literals as follows:
To reproduce, issue the following command on any target:
sslyze --regular --json_out repro.json [target]
.Regardless, thanks for such an invaluable tool!
The text was updated successfully, but these errors were encountered: