{"id":17244635,"url":"https://github.com/kost/nessus_rest-ruby","last_synced_at":"2025-04-14T04:08:28.037Z","repository":{"id":56885295,"uuid":"65541305","full_name":"kost/nessus_rest-ruby","owner":"kost","description":"Communicate with Nessus Scanner (version 6+) over REST/JSON interface","archived":false,"fork":false,"pushed_at":"2020-10-28T10:59:35.000Z","size":16,"stargazers_count":6,"open_issues_count":3,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-25T16:44:53.326Z","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/kost.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2016-08-12T09:28:44.000Z","updated_at":"2024-02-20T09:27:21.000Z","dependencies_parsed_at":"2022-08-20T13:00:06.146Z","dependency_job_id":null,"html_url":"https://github.com/kost/nessus_rest-ruby","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fnessus_rest-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fnessus_rest-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fnessus_rest-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fnessus_rest-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kost","download_url":"https://codeload.github.com/kost/nessus_rest-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819403,"owners_count":21166477,"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-10-15T06:26:26.170Z","updated_at":"2025-04-14T04:08:28.008Z","avatar_url":"https://github.com/kost.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/kost/nessus_rest-ruby.png)](https://travis-ci.org/kost/nessus_rest-ruby)\n[![Coverage Status](https://coveralls.io/repos/kost/nessus_rest-ruby/badge.png?branch=master)](https://coveralls.io/r/kost/nessus_rest-ruby?branch=master)\n\n# nessus_rest\n\nCommunicate with Nessus Scanner (version 6+) over REST/JSON interface\n\n## Usage\n\n```ruby\nrequire 'nessus_rest'\n\nn=NessusREST::Client.new ({\n\t:url=\u003e'https://localhost:8834', \n\t:username=\u003e'user',\n\t:password=\u003e 'password' })\nqs=n.scan_quick_template('basic','name-of-scan','localhost')\nscanid=qs['scan']['id']\nn.scan_wait4finish(scanid)\nn.report_download_file(scanid,'csv','myscanreport.csv')\n```\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'nessus_rest'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install nessus_rest\n\n## Requirements\n\nRequirements are quite standard Ruby libraries for HTTPS and JSON\nparsing:\n```ruby\nrequire 'uri'\nrequire 'net/https'\nrequire 'json'\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n### Todo\n- [ ] Provide more examples\n\n## Copyright\nCopyright (c) 2016 Vlatko Kosturjak. See LICENSE.txt for\nfurther details.\n\n## Credits\n\nVlatko Kosturjak made initial Nessus XMLRPC library. Averagesecurityguy made\ninitial JSON REST patches. Vlatko did bugfixes, gemification and few features.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fnessus_rest-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkost%2Fnessus_rest-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fnessus_rest-ruby/lists"}