{"id":25911419,"url":"https://github.com/copyleftdev/tls_info","last_synced_at":"2025-03-03T09:17:29.959Z","repository":{"id":85104917,"uuid":"580199217","full_name":"copyleftdev/tls_info","owner":"copyleftdev","description":"cli tool to check TLS version , and cypher","archived":false,"fork":false,"pushed_at":"2024-04-21T00:17:17.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-21T19:04:42.890Z","etag":null,"topics":["cryptography","golang","security-tools","tls-cipher"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/copyleftdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-20T00:44:21.000Z","updated_at":"2024-04-21T00:19:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa30b90b-ed73-48df-aac0-8afb3f53c35d","html_url":"https://github.com/copyleftdev/tls_info","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2Ftls_info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2Ftls_info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2Ftls_info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2Ftls_info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/copyleftdev","download_url":"https://codeload.github.com/copyleftdev/tls_info/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241637272,"owners_count":19994946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","golang","security-tools","tls-cipher"],"created_at":"2025-03-03T09:17:29.380Z","updated_at":"2025-03-03T09:17:29.951Z","avatar_url":"https://github.com/copyleftdev.png","language":"Go","readme":"# TLS Info Tool\n\nThe `tls_info` tool is designed to check TLS versions and cipher suites used by servers. It supports checking a single server as well as a list of servers from a file.\n\n## Prerequisites\n\nBefore you can run or build the `tls_info` tool, ensure you have the Go language installed on your system. You can download and install Go from [https://golang.org/dl/](https://golang.org/dl/).\n\n## Installation\n\nTo get started with `tls_info`, clone the repository using Git:\n\n```bash\ngit clone https://github.com/copyleftdev/tls_info.git\ncd tls_info\n```\n\n## Compilation\n\nCompile the `tls_info` tool using the Go compiler:\n\n```bash\ngo build -o tls_info\n```\n\nThis command will create an executable named `tls_info` in the current directory.\n\n## Usage\n\nAfter compilation, you can run the `tls_info` tool using one of the following methods:\n\n### Single Host\n\nTo check the TLS version and cipher suite for a single host, use the `-host` flag:\n\n```bash\n./tls_info -host \"example.com:443\"\n```\n\n### File With List of Hosts\n\nTo check multiple hosts from a file, each host on a new line, use the `-file` flag:\n\n```bash\n./tls_info -file \"path/to/your/file.txt\"\n```\n\nEach line in the file should contain one host, optionally including the port (default is 443 if not specified).\n\n## Output\n\nThe tool prints the TLS version and cipher suite for each server to the standard output in the following format:\n\n```\nserver_name\nTLS version: [version]\nTLS cipher: [cipher_suite]\n```\n\n## Contributing\n\nContributions to `tls_info` are welcome. Please fork the repository, make your changes, and submit a pull request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopyleftdev%2Ftls_info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopyleftdev%2Ftls_info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopyleftdev%2Ftls_info/lists"}