Skip to content

Commit

Permalink
Update ssl-simple.md (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus committed Oct 18, 2020
1 parent f1236ea commit 8233607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ssl-simple.md
Expand Up @@ -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

Expand Down

0 comments on commit 8233607

Please sign in to comment.