-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from noraj/noraj/tls-map
add tls map
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
tls-map search gnutls RSA_ARCFOUR_128_SHA1 --output iana | ||
tls-map search openssl AES128-SHA --output iana | ||
tls-map search iana TLS_DH_RSA_WITH_AES_256_CBC_SHA --output codepoint | ||
tls-map search codepoint 1303 | ||
tls-map search nss TLS_AES_256_GCM_SHA384 | ||
tls-map search --extended codepoint 0037 | ||
tls-map search --extended codepoint 0013 --acronym | ||
tls-map export /tmp/map.min.json json_compact | ||
tls-map extract newwebsite.json ssllabs-scan | ||
tls-map extract test/file_sample/testssl.json testssl --hide-weak | ||
tls-map extract test/file_sample/sslyze.json sslyze --only-weak |