1
0
Derivar 0
A stupid tool to obtain SSL/TLS certificates' hashes
Procurar um ficheiro
2018-07-29 23:41:40 +02:00
certo Refactor in a package 2018-07-29 23:41:40 +02:00
.gitignore gitignore 2018-07-27 00:32:29 +02:00
README.rst Added README 2018-07-27 15:18:41 +02:00
setup.py Refactor in a package 2018-07-29 23:41:40 +02:00

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