Sha256: 95640ffd7f257a8e204d324cb88dbe8eab7f0268593110d7ac4636339d4a81c0

Contents?: true

Size: 921 Bytes

Versions: 5

Compression:

Stored size: 921 Bytes

Contents

# ronin-cert-grab 1 "2023-02-01" 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

5 entries across 5 versions & 1 rubygems

Version Path
ronin-2.0.5 man/ronin-cert-grab.1.md
ronin-2.0.4 man/ronin-cert-grab.1.md
ronin-2.0.3 man/ronin-cert-grab.1.md
ronin-2.0.2 man/ronin-cert-grab.1.md
ronin-2.0.1 man/ronin-cert-grab.1.md