https://github.com/noraj/tls-map
CLI & library for TLS cipher suites manipulation
https://github.com/noraj/tls-map
cipher-algorithms cipher-suites cli gnutls hacktoberfest iana mapping nss openssl pentest ssl tls
Last synced: 3 months ago
JSON representation
CLI & library for TLS cipher suites manipulation
- Host: GitHub
- URL: https://github.com/noraj/tls-map
- Owner: noraj
- License: mit
- Created: 2021-05-26T13:04:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T09:30:00.000Z (6 months ago)
- Last Synced: 2025-04-12T05:38:21.744Z (6 months ago)
- Topics: cipher-algorithms, cipher-suites, cli, gnutls, hacktoberfest, iana, mapping, nss, openssl, pentest, ssl, tls
- Language: Ruby
- Homepage: https://noraj.github.io/tls-map/
- Size: 539 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# TLS map
[](https://badge.fury.io/rb/tls-map)

[](https://github.com/noraj/tls-map/network)
[](https://github.com/noraj/tls-map/stargazers)
[](https://github.com/noraj/tls-map/blob/master/LICENSE.txt)
[](https://inventory.raw.pm/tools.html#TLS%20map)[](https://repology.org/project/tls-map/versions)

> CLI & library for mapping TLS cipher algorithm names: IANA, OpenSSL, GnuTLS, NSS;
> get information and vulnerabilities about cipher suites;
> extract cipher suites from external tools: SSLyze, sslscan2, testssl.sh, ssllabs-scan, tlsx**CLI**
[](https://asciinema.org/a/410877)
**Library**

## Features
- CLI and library
- Search feature: hexadecimal codepoint and major TLS libraries cipher algorithm name: IANA, OpenSSL, GnuTLS, NSS
- get extra info about a cipher
- Export to files: markdown table, expanded JSON, minified JSON, Ruby marshalized hash
- Extract ciphers from external tools file output (SSLyze, sslscan2, testssl.sh, ssllabs-scan, tlsx)
- Bulk search (file with one cipher per line)## Installation
```plaintext
$ gem install tls-map
```Check the [installation](https://noraj.github.io/tls-map/#/pages/install) page on the documentation to discover more methods.
## Documentation
Homepage / Documentation: https://noraj.github.io/tls-map/
## Author
Made by Alexandre ZANNI ([@noraj](https://pwn.by/noraj/)). Forked from [sec-it/tls-map](https://github.com/sec-it/tls-map).