Sha256: 7b7d1e0f773fafe43e0b3a37199f98386b257fc4368df4ba700a935b9af915a8

Contents?: true

Size: 907 Bytes

Versions: 3

Compression:

Stored size: 907 Bytes

Contents

# ronin-cert-grab 1 "May 2022" Ronin "User Manuals"

## SYNOPSIS

`ronin cert-grab` [*options*] {*HOST*:*PORT* \| *URL*} ...

## DESCRIPTION

Downloads SSL/TLS certificates for a SSL/TLS TCP or `https://` URL.

## ARGUMENTS

*HOST*:*PORT*
  A remote TCP service to retrieve the SSL/TLS certificate from and print.

*URL*
  An URL to retrieve the SSL/TLS certificate from and print.

## OPTIONS

`-f`, `--file` *FILE*
  Optional file to read target values from.

`-h`, `--help`
  Print help information.

## EXAMPLES

Downloads the SSL/TLS certificate for a SSL/TLS service:

    ronin cert-grab github.com:443

Downloads the SSL/TLS certificate running on the IP and port:

    ronin cert-grab 93.184.216.34:443

Downloads the SSL/TLS certificate used by the URL:

    ronin cert-grab https://github.com/

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

ronin-cert-dump(1) ronin-cert-gen(1)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ronin-2.0.0.beta3 man/ronin-cert-grab.1.md
ronin-2.0.0.beta2 man/ronin-cert-grab.1.md
ronin-2.0.0.beta1 man/ronin-cert-grab.1.md