From 311ad97163db3cebb0f82184dcb6b5df56cbd79c Mon Sep 17 00:00:00 2001 From: Blallo Date: Fri, 27 Jul 2018 15:18:41 +0200 Subject: [PATCH] Added README --- README.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..8ae3baf --- /dev/null +++ b/README.rst @@ -0,0 +1,26 @@ +===== +Certo +===== + +Certo is a tool to *easily* obtain the hashes of the SSL/TLS certificates at a +given ``address:port``. + + +I hope the help is clear enough :) + + +.. code:: + + certo --help + Usage: certo [OPTIONS] ADDRESS + + Options: + -p, --port INTEGER RANGE The port to connect to. + --starttls Whether to use starttls on connection. + --debug / --nodebug Debug output. + -o, --output TEXT Path to save the certificate to. + --colons / --nocolons Whether to output also hashed with colons + --help Show this message and exit. + + +Enjoy.