{"id":18894130,"url":"https://github.com/trailofbits/ruby-sslyze","last_synced_at":"2026-03-02T22:12:23.430Z","repository":{"id":24443888,"uuid":"27845931","full_name":"trailofbits/ruby-sslyze","owner":"trailofbits","description":"A Ruby interface to sslyze python utility.","archived":false,"fork":false,"pushed_at":"2023-04-11T18:27:42.000Z","size":398,"stargazers_count":13,"open_issues_count":2,"forks_count":5,"subscribers_count":41,"default_branch":"master","last_synced_at":"2025-04-22T01:17:59.170Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trailofbits.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2014-12-11T00:06:53.000Z","updated_at":"2022-02-25T02:04:53.000Z","dependencies_parsed_at":"2025-04-15T00:42:10.719Z","dependency_job_id":null,"html_url":"https://github.com/trailofbits/ruby-sslyze","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/trailofbits/ruby-sslyze","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailofbits%2Fruby-sslyze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailofbits%2Fruby-sslyze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailofbits%2Fruby-sslyze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailofbits%2Fruby-sslyze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trailofbits","download_url":"https://codeload.github.com/trailofbits/ruby-sslyze/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailofbits%2Fruby-sslyze/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267527867,"owners_count":24102023,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-08T08:18:12.685Z","updated_at":"2026-03-02T22:12:23.381Z","avatar_url":"https://github.com/trailofbits.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ruby-sslyze\n\n[![Code Climate](https://codeclimate.com/github/trailofbits/ruby-sslyze/badges/gpa.svg)](https://codeclimate.com/github/trailofbits/ruby-sslyze)\n[![Test Coverage](https://codeclimate.com/github/trailofbits/ruby-sslyze/badges/coverage.svg)](https://codeclimate.com/github/trailofbits/ruby-sslyze)\n[![Build Status](https://travis-ci.org/trailofbits/ruby-sslyze.svg)](https://travis-ci.org/trailofbits/ruby-sslyze)\n\n* [Homepage](https://github.com/trailofbits/ruby-sslyze#readme)\n* [Issues](https://github.com/trailofbits/ruby-sslyze/issues)\n* [Documentation](http://rubydoc.info/gems/ruby-sslyze/frames)\n\n## Description\n\nA Ruby interface to [sslyze] python utility.\n\n## Features\n\n* Provides a Ruby interface to `sslyze.py`.\n* Provides a Parser for consuming the sslyze XML output.\n* Supports [sslyze] \u003e= 1.4.0\n\n## Examples\n\nAnalyze a domain:\n\n    require 'sslyze'\n\n    SSLyze::Program.analyze(targets: 'twitter.com', regular: true)\n\nAnalyze multiple domains:\n\n    SSLyze::Program.analyze(\n      targets: ['twitter.com', 'github.com'],\n      regular: true\n    )\n\nOutput to XML:\n\n    SSLyze::Program.analyze(\n      targets: 'twitter.com',\n      regular: true,\n      xml_out: 'path/to/xml'\n    )\n\nParsing sslyze XML output:\n\n    xml = SSLyze::XML.open('path/to/xml')\n\n## Requirements\n\n* [rprogram] ~\u003e 0.3\n* [nokogiri] ~\u003e 1.8\n* [sslyze] \u003e= 1.4.0\n\n## Install\n\n    $ pip install sslyze\n    $ gem install ruby-sslyze\n\n## Copyright\n\nCopyright (c) 2014-2020 Hal Brodigan\n\nSee {file:LICENSE.txt} for details.\n\n[sslyze]: https://github.com/nabla-c0d3/sslyze#readme\n\n[rpgoram]: https://github.com/postmodern/rprogram#readme\n[nokogiri]: http://www.nokogiri.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrailofbits%2Fruby-sslyze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrailofbits%2Fruby-sslyze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrailofbits%2Fruby-sslyze/lists"}