i've been using tls-scan to perform an audit of certificates on my local network. the output from the scan is meant to be in JSON format, but it appears to be non-compliant.
if i use https://jsonlint.com/ or https://jsonformatter.org/ i get parsing errors.
same problem if i try to use JSON import into Excel.
if there is another product or something i can use to view or convert the results i'm happy to use this.
otherwise the output may need to be changed.
at this stage, i'd even be happy for a rex/sed/shell hack of any kind to convert the output.
does anyone have any ideas?
my goal is simply to be able to get the scanned data into a nice readable format of some kind.
i need to be able to see the IP address, the port number, the certificate which was found and
the related certificate dates. the other data would be nice as well, but not essential.
many thanks in advance.
i've been using tls-scan to perform an audit of certificates on my local network. the output from the scan is meant to be in JSON format, but it appears to be non-compliant.
if i use https://jsonlint.com/ or https://jsonformatter.org/ i get parsing errors.
same problem if i try to use JSON import into Excel.
if there is another product or something i can use to view or convert the results i'm happy to use this.
otherwise the output may need to be changed.
at this stage, i'd even be happy for a rex/sed/shell hack of any kind to convert the output.
does anyone have any ideas?
my goal is simply to be able to get the scanned data into a nice readable format of some kind.
i need to be able to see the IP address, the port number, the certificate which was found and
the related certificate dates. the other data would be nice as well, but not essential.
many thanks in advance.