Skip to content

MrSeccubus/ssllabs-scan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssllabs-scan

This tool is a command-line client for the SSL Labs APIs, designed for automated and/or bulk testing. Both the tool and the APIs are still in development, and should be considered alpha quality.

If you'd like to contribute, please have a look at the TODO file. For larger work, please get in touch first. For smaller work (there are some TODO comments in the source code), feel free to submit pull requests.

To report a problem, please create a new issue on GitHub: https://github.com/ssllabs/ssllabs-scan/issues Please don't send bug reports to the mailing list.

To discuss the API and the development of the reference client implementation, please join the ssllabs-devel mailing list: https://sourceforge.net/p/ssllabs/mailman/ssllabs-devel/

Before you use this tool please review the terms and conditions, which are included with the API documentation.

##Requirements

  • Go >= 1.3

##Usage

SYNOPSIS

    ssllabs-scan [options] hostname
    ssllabs-scan [options] --hostfile file

OPTIONS

Option Default value Description
--api BUILTIN API entry point, for example https://www.example.com/api/
--verbosity info Configure log verbosity: error, info, debug, or trace.
--quiet false Disable status messages (logging)
--json-flat false Output results in flattened JSON format
--hostfile none File containing hosts to scan (one per line)
--usecache false If true, accept cached results (if available), else force live scan.
--grade false Output only the hostname: grade
--hostcheck false If true, host resolution failure will result in a fatal error.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%