F5-Labs / cryptonice

CryptoNice is both a command line tool and library which provides the ability to scan and report on the configuration of SSL/TLS for your internet or internal facing web services. Built using the sslyze API and ssl, http-client and dns libraries, cryptonice collects data on a given domain and performs a series of tests to check TLS configuration and supporting protocols such as HTTP2 and DNS.
https://www.f5.com/labs/cryptonice
GNU General Public License v3.0
100 stars 25 forks source link

Multiple targets always output results to first target name #31

Closed warburtr0n closed 3 years ago

warburtr0n commented 3 years ago

If scanning muliple targets such that

"targets": ["www.f5.com", "f5.com", "www.f5labs.com", "f5labs.com"]

All results will be written to the name of the first target, i.e. www.f5.com.json

warburtr0n commented 3 years ago

Resolved in dev branch and will push to master shortly. Each target now generates its own JSON output.