Browse Source

Added README

Blallo 5 years ago
parent
commit
311ad97163
1 changed files with 26 additions and 0 deletions
  1. 26 0
      README.rst

+ 26 - 0
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.