{"id":16552622,"url":"https://github.com/postmodern/ruby-rustscan","last_synced_at":"2026-02-09T02:33:17.750Z","repository":{"id":57675742,"uuid":"483862755","full_name":"postmodern/ruby-rustscan","owner":"postmodern","description":"A Ruby interface to rustscan, the Modern Port Scanner.","archived":false,"fork":false,"pushed_at":"2023-12-28T04:41:50.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-01T22:03:27.774Z","etag":null,"topics":["command-mapper","ruby","rustscan"],"latest_commit_sha":null,"homepage":"","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/postmodern.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}},"created_at":"2022-04-21T01:08:35.000Z","updated_at":"2022-05-13T17:26:17.000Z","dependencies_parsed_at":"2022-09-26T20:41:41.441Z","dependency_job_id":null,"html_url":"https://github.com/postmodern/ruby-rustscan","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fruby-rustscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fruby-rustscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fruby-rustscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fruby-rustscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postmodern","download_url":"https://codeload.github.com/postmodern/ruby-rustscan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859010,"owners_count":16556038,"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":["command-mapper","ruby","rustscan"],"created_at":"2024-10-11T19:45:32.676Z","updated_at":"2026-02-09T02:33:17.715Z","avatar_url":"https://github.com/postmodern.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ruby-rustscan\n\n[![CI](https://github.com/postmodern/ruby-rustscan/actions/workflows/ruby.yml/badge.svg)](https://github.com/postmodern/ruby-rustscan/actions/workflows/ruby.yml)\n[![Gem Version](https://badge.fury.io/rb/ruby-rustscan.svg)](https://badge.fury.io/rb/ruby-rustscan)\n\n* [Source](https://github.com/postmodern/ruby-rustscan/)\n* [Issues](https://github.com/postmodern/ruby-rustscan/issues)\n* [Documentation](http://rubydoc.info/gems/ruby-rustscan/frames)\n\n## Description\n\nA Ruby interface to [rustscan], the Modern Port Scanner.\n\n## Features\n\n* Provides a [Ruby interface][Rustscan::Command] for running the `rustscan`\n  command.\n\n[Rustscan::Command]: https://rubydoc.info/gems/ruby-rustscan/Rustscan/Command\n\n## Examples\n\nRun `rustscan --addresses 127.0.0.1 -p 80,443` from Ruby:\n\n```ruby\nrequire 'rustscan/command'\n\nRustscan::Command.run(addresses: ['127.0.0.1'], ports: [80, 443])\n```\n\n## Requirements\n\n* [ruby] \u003e= 2.0.0\n* [rustscan] \u003e= 2.0.0\n* [command_mapper] ~\u003e 0.2, \u003e= 0.2.1\n\n[ruby]: https://www.ruby-lang.org/\n[command_mapper]: https://github.com/postmodern/command_mapper.rb#readme\n\n## Install\n\n```shell\n$ gem install ruby-rustscan\n```\n\n### gemspec\n\n```ruby\ngemspec.add_dependency 'ruby-rustscan', '~\u003e 0.1'\n```\n\n### Gemfile\n\n```ruby\ngem 'ruby-rustscan', '~\u003e 0.1'\n```\n\n## License\n\nCopyright (c) 2022 Hal Brodigan\n\nSee {file:LICENSE.txt} for license information.\n\n[rustscan]: https://github.com/RustScan/RustScan#readme\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostmodern%2Fruby-rustscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostmodern%2Fruby-rustscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostmodern%2Fruby-rustscan/lists"}