{"id":13337926,"url":"https://github.com/bilals12/tlscipher","last_synced_at":"2026-01-17T12:23:02.778Z","repository":{"id":208707080,"uuid":"722282077","full_name":"bilals12/tlscipher","owner":"bilals12","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-24T19:35:03.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-23T20:11:16.891Z","etag":null,"topics":["cipher","tls"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bilals12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-11-22T20:10:30.000Z","updated_at":"2023-11-24T19:34:00.000Z","dependencies_parsed_at":"2023-11-22T22:23:38.282Z","dependency_job_id":"8f0d29f8-5eaa-4271-8ac3-03790d729f26","html_url":"https://github.com/bilals12/tlscipher","commit_stats":null,"previous_names":["bilals12/tlscipher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilals12%2Ftlscipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilals12%2Ftlscipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilals12%2Ftlscipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilals12%2Ftlscipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bilals12","download_url":"https://codeload.github.com/bilals12/tlscipher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243000798,"owners_count":20219747,"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":["cipher","tls"],"created_at":"2024-07-29T19:15:16.186Z","updated_at":"2026-01-17T12:23:02.735Z","avatar_url":"https://github.com/bilals12.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tls cipher grabber\n\ndives into ciphersuite.info and brings back pearls of info about tls cipher suites, sorting them into neat piles of 'secure', 'weak', and 'not-so-great'.\n\n## what's this all about?\n\n- **grabbing tls ciphers**: you can pick a tls version (like tls1.2 or tls1.3) and a security level ('secure', 'weak', etc) and this script fetches those ciphers for you.\n- **saving the results**: the script can save them in a json file.\n- **easy!**: it's all CLI, straightforward, great for quick lookups or slotting into bigger projects.\n\n## how to run\n\n1. **clone this repo**\n2. **fire up the script**: something like `python3 tls_cipher_fetcher.py -t tls12 -s secure` gets you all the secure tls1.2 ciphers.\n3. **save your finds**: `-f yourfilename.json` to save the output in a json file.\n\n## stuff you need\n\n- python3\n- requests\n- beautifulsoup4\n- lxml\n- argparse\n\nthere's a requirements file in here. just run `pip install -r requirements.txt` and you're good.\n\n## examples\n```bash\npython3 tls_cipher_fetcher.py -t tls12 -s secure\n```\n```css\nsecure: {'tls12': ['TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384', 'TLS_DHE_RSA_WITH_AES_256_GCM_SHA384', ... ]}\n```\n\n```bash\npython3 tls_cipher_fetcher.py -t tls13 -s weak\n```\n```css\nweak: {'tls13': ['TLS_AES_128_GCM_SHA256', 'TLS_CHACHA20_POLY1305_SHA256', ... ]}\n```\n\n```bash\npython3 tls_cipher_fetcher.py -t tls12 -s secure -f secure_tls12.json\n```\n```css\nFile saved to secure_tls12.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilals12%2Ftlscipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbilals12%2Ftlscipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilals12%2Ftlscipher/lists"}