ssllabs / ssllabs-scan

A command-line reference-implementation client for SSL Labs APIs, designed for automated and/or bulk testing.

Home Page:https://www.ssllabs.com/projects/ssllabs-apis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find Bleichenbacher ROBOT in sslalbs-scan.exe output

hkelley opened this issue · comments

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?

@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.