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
101 stars 25 forks source link

Require ability to output JSON to specific directory #32

Closed warburtr0n closed 3 years ago

warburtr0n commented 3 years ago

All JSON output is currently written to the directory from which Cryptonice is being run.

warburtr0n commented 3 years ago

For scripted/library use, a target directory can now be defined for all scan results by using

"json_path" : "./path"

in the job definition file (JSON supplied to the script) or by definining the json_path value in the dictionary object supplied to scanner.py