ssllabs / ssllabs-scan

A command-line reference-implementation client for SSL Labs APIs, designed for automated and/or bulk testing.
https://www.ssllabs.com/projects/ssllabs-apis/
Apache License 2.0
1.71k stars 243 forks source link

Find Bleichenbacher ROBOT in sslalbs-scan.exe output #902

Open hkelley opened 2 years ago

hkelley commented 2 years ago

I reviewed #549 and I think I understand that bleichenbacher is only included in V3 API output. I'm a noob but I tried specifying the V3 API

ssllabs-scan.exe --api https://api.ssllabs.com/api/v3/

but that seems to return an incompatible data structure

[ERROR] JSON unmarshal error: json: cannot unmarshal array into Go struct field LabsEndpointDetails.Suites of type main.LabsSuites

Is there another way to get the bleichenbacher test result using the command line tool?

steinbrueckri commented 2 years ago

@hkelley I had a similar problem, the new v3 API is only working with version 1.5, for this version there is no binary to download. So you need to build it on your own.