{"id":20445834,"url":"https://github.com/rapid7/rex-sslscan","last_synced_at":"2025-04-07T10:29:22.151Z","repository":{"id":46700726,"uuid":"66949257","full_name":"rapid7/rex-sslscan","owner":"rapid7","description":"Created by David Maloney via the GitHub Connector","archived":false,"fork":false,"pushed_at":"2025-02-13T14:49:50.000Z","size":88,"stargazers_count":5,"open_issues_count":1,"forks_count":9,"subscribers_count":54,"default_branch":"master","last_synced_at":"2025-03-31T09:06:32.856Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rapid7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2016-08-30T14:40:55.000Z","updated_at":"2025-02-13T14:49:54.000Z","dependencies_parsed_at":"2024-06-19T01:48:43.185Z","dependency_job_id":"89758759-358d-4758-b1df-b9c819b1e566","html_url":"https://github.com/rapid7/rex-sslscan","commit_stats":{"total_commits":104,"total_committers":14,"mean_commits":7.428571428571429,"dds":0.4326923076923077,"last_synced_commit":"59783c492dacd43d7ad8e2196e2f31ee1c3f6438"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapid7%2Frex-sslscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapid7%2Frex-sslscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapid7%2Frex-sslscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapid7%2Frex-sslscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rapid7","download_url":"https://codeload.github.com/rapid7/rex-sslscan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247635241,"owners_count":20970703,"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":[],"created_at":"2024-11-15T10:14:38.326Z","updated_at":"2025-04-07T10:29:22.122Z","avatar_url":"https://github.com/rapid7.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rex::SSLScan\n\nThis library is a pure ruby implmenetation of the SSLScan tool originally written by Ian Ventura-Whiting. It currently depends on the system version of OpenSSL.\nTo be effective you will want to use this gem with a version of OpenSSL compiled to support the old versions of SSL and weak ciphers. We will be ivnestigating ways\nto either prepackage a version of OpenSSL with this gem, or using an alternative in the future.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rex-sslscan'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rex-sslscan\n\n## Usage\n\n```\nscanner = Rex::SSLScan::Scanner.new('192.168.1.1', 443)\nresults = scanner.scan\nprint_status results.to_s\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rex-sslscan. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapid7%2Frex-sslscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frapid7%2Frex-sslscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapid7%2Frex-sslscan/lists"}