A stupid tool to obtain SSL/TLS certificates' hashes

Blallo 75c3828c60 Refactor in a package 6 년 전
certo 75c3828c60 Refactor in a package 6 년 전
.gitignore 2a09c111f7 gitignore 6 년 전
README.rst 311ad97163 Added README 6 년 전
setup.py 75c3828c60 Refactor in a package 6 년 전

README.rst

=====
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.