{"id":16552508,"url":"https://github.com/postmodern/ruby-gobuster","last_synced_at":"2025-03-04T16:44:43.070Z","repository":{"id":62559478,"uuid":"483841722","full_name":"postmodern/ruby-gobuster","owner":"postmodern","description":"A Ruby interface to gobuster, a tool used to bruteforce URIs, DNS, VHosts, S3.","archived":false,"fork":false,"pushed_at":"2023-12-28T04:38:32.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-15T17:04:44.503Z","etag":null,"topics":["command-mapper","gobuster","ruby"],"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-20T23:17:55.000Z","updated_at":"2022-04-20T23:20:26.000Z","dependencies_parsed_at":"2025-01-15T00:32:29.503Z","dependency_job_id":"2866248a-f9bd-4214-9c91-57b36dd8d5c9","html_url":"https://github.com/postmodern/ruby-gobuster","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"991864aac331c8f2bdb405bebd325cefe6439062"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fruby-gobuster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fruby-gobuster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fruby-gobuster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fruby-gobuster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postmodern","download_url":"https://codeload.github.com/postmodern/ruby-gobuster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241885973,"owners_count":20036958,"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","gobuster","ruby"],"created_at":"2024-10-11T19:45:02.529Z","updated_at":"2025-03-04T16:44:43.048Z","avatar_url":"https://github.com/postmodern.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ruby-gobuster\n\n[![CI](https://github.com/postmodern/ruby-gobuster/actions/workflows/ruby.yml/badge.svg)](https://github.com/postmodern/ruby-gobuster/actions/workflows/ruby.yml)\n[![Gem Version](https://badge.fury.io/rb/ruby-gobuster.svg)](https://badge.fury.io/rb/ruby-gobuster)\n\n* [Source](https://github.com/postmodern/ruby-gobuster/)\n* [Issues](https://github.com/postmodern/ruby-gobuster/issues)\n* [Documentation](http://rubydoc.info/gems/ruby-gobuster/frames)\n\n## Description\n\nA Ruby interface to [gobuster], a tool used to bruteforce URIs, DNS, VHosts, S3.\n\n## Features\n\n* Provides a [Ruby interface][Gobuster::Command] for running the `gobuster`\n  command.\n* Supports [parsing][Gobuster::OutputFile] `gobuster -o ... {dir|dns|fuzz|s3}`\n  output files.\n\n[Gobuster::Command]: https://rubydoc.info/gems/ruby-gobuster/Gobuster/Command\n[Gobuster::OutputFile]: https://rubydoc.info/gems/ruby-gobuster/Gobuster/OutputFile\n\n## Examples\n\nRun `gobuster --wordlist /path/to/wordlist.txt dir -u https://example.com` from Ruby:\n\n```ruby\nrequire 'gobuster/command'\n\nGobuster::Command.run(wordlist: '/path/to/wordlist.txt', dir: {url: 'https://example.com'})\n```\n\n## Requirements\n\n* [ruby] \u003e= 2.0.0\n* [gobuster] \u003e= 3.1.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-gobuster\n```\n\n### gemspec\n\n```ruby\ngemspec.add_dependency 'ruby-gobuster', '~\u003e 0.1'\n```\n\n### Gemfile\n\n```ruby\ngem 'ruby-gobuster', '~\u003e 0.1'\n```\n\n## License\n\nCopyright (c) 2022 Hal Brodigan\n\nSee {file:LICENSE.txt} for license information.\n\n[gobuster]: https://github.com/OJ/gobuster#readme\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostmodern%2Fruby-gobuster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostmodern%2Fruby-gobuster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostmodern%2Fruby-gobuster/lists"}