Sha256: 6858f0d48ebb869db42715a1b3340dcdb4c267e43ff8e99b4bbf4d513dddb75a

Contents?: true

Size: 919 Bytes

Versions: 3

Compression:

Stored size: 919 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 man/ronin-cert-grab.1.md
ronin-2.0.0.beta5 man/ronin-cert-grab.1.md
ronin-2.0.0.beta4 man/ronin-cert-grab.1.md