{"id":16552523,"url":"https://github.com/postmodern/ruby-nikto","last_synced_at":"2025-10-28T19:30:20.579Z","repository":{"id":56893577,"uuid":"433086887","full_name":"postmodern/ruby-nikto","owner":"postmodern","description":"A Ruby interface to Nikto.","archived":false,"fork":false,"pushed_at":"2023-12-28T04:41:06.000Z","size":49,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T07:19:41.278Z","etag":null,"topics":["command-mapper","infosec","nikto","nikto-parser","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}},"created_at":"2021-11-29T15:02:23.000Z","updated_at":"2024-10-14T04:07:55.000Z","dependencies_parsed_at":"2022-08-20T16:10:46.767Z","dependency_job_id":null,"html_url":"https://github.com/postmodern/ruby-nikto","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-nikto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fruby-nikto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fruby-nikto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmodern%2Fruby-nikto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postmodern","download_url":"https://codeload.github.com/postmodern/ruby-nikto/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238700746,"owners_count":19515985,"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","infosec","nikto","nikto-parser","ruby"],"created_at":"2024-10-11T19:45:07.843Z","updated_at":"2025-10-28T19:30:20.188Z","avatar_url":"https://github.com/postmodern.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ruby-nikto\n\n[![CI](https://github.com/postmodern/ruby-nikto/actions/workflows/ruby.yml/badge.svg)](https://github.com/postmodern/ruby-nikto/actions/workflows/ruby.yml)\n[![Gem Version](https://badge.fury.io/rb/ruby-nikto.svg)](https://badge.fury.io/rb/ruby-nikto)\n\n* [Source](https://github.com/sophsec/ruby-nikto)\n* [Issues](https://github.com/sophsec/ruby-nikto/issues)\n\n## Description\n\nA Ruby interface to [nikto].\n\n## Features\n\n* Provides a [Ruby interface][Nikto::Command] for running the `nikto` utility.\n* Provides a [parser][Nikto::XML] for enumerating Nikto XML scan files.\n\n[Nikto::Command]: https://rubydoc.info/gems/ruby-nikto/Nikto/Command\n[Nikto::XML]: https://rubydoc.info/gems/ruby-nikto/Nikto/XML\n\n## Examples\n\nRun Nikto from Ruby:\n\n```ruby\nrequire 'nikto/command'\n    \nNikto::Command.run(host: 'example.com', output: 'nikto.xml')\n```\n\nParse Nikto XML scan files:\n\n```ruby\nrequire 'nikto/xml'\n\nNikto::XML.open('nikto.xml') do |xml|\n  xml.each_scan_details do |scan_details|\n    puts \"#{scan_details.site_name}\"\n\n    scan_details.each_item do |item|\n      puts \"  #{item.uri}\"\n      puts\n      puts \"    #{item.description}\"\n      puts\n    end\n  end\nend\n```\n\n## Requirements\n\n* [nikto] \u003e= 2.1.0\n* [command_mapper](http://github.com/postmodern/command_mapper.rb#readme) ~\u003e 0.1\n* [nokogiri](https://github.com/sparklemotion/nokogiri#readme) ~\u003e 1.0\n\n## Install\n\n```shell\n$ gem install ruby-nikto\n```\n\n### gemspec\n\n```ruby\ngemspec.add_dependency 'ruby-nikto', '~\u003e 0.1'\n```\n\n### Gemfile\n\n```ruby\ngem 'ruby-nikto', '~\u003e 0.1'\n```\n\n## License\n\nCopyright (c) 2009-2021 Hal Brodigan\n\nSee {file:LICENSE.txt} for license information.\n\n[nikto]: https://github.com/sullo/nikto#readme\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostmodern%2Fruby-nikto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostmodern%2Fruby-nikto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostmodern%2Fruby-nikto/lists"}