From 8233607acd1f4b0b612833428d58c2697e387a77 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 18 Oct 2020 22:08:12 +0200 Subject: [PATCH] Update ssl-simple.md (#7) --- docs/modules/ssl-simple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ssl-simple.md b/docs/modules/ssl-simple.md index 09c5ddb..f58d828 100644 --- a/docs/modules/ssl-simple.md +++ b/docs/modules/ssl-simple.md @@ -127,7 +127,7 @@ curl -v -L https://api.binaryedge.io/v1/tasks -d '{"type":"scan", "options":[{"t * port - the server's TLS port number * ip_address - the server's IP address. If not supplied, a DNS lookup for the specified `hostname` will be performed. * ja3 - JA3 is a method for creating SSL/TLS fingerprints for threat intelligence, based on version, cyphers and extensions supported by the server. See https://github.com/salesforce/ja3 for details - * ja3_digest - MD5 fingerprint using the extracted informaiton on `ja3` + * ja3_digest - MD5 fingerprint using the extracted information on `ja3` ## SSL Simple Event Example