{"id":13815026,"url":"https://github.com/kost/nessus-xmlrpc-perl","last_synced_at":"2025-07-29T14:30:49.245Z","repository":{"id":136774159,"uuid":"564195","full_name":"kost/nessus-xmlrpc-perl","owner":"kost","description":"CPAN Module Net::Nessus::XMLRPC - perl library for communication with Nessus scanner(v4.2+) via XMLRPC","archived":false,"fork":false,"pushed_at":"2014-07-03T09:26:02.000Z","size":165,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-16T06:25:53.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://search.cpan.org/perldoc?Net::Nessus::XMLRPC","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kost.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-16T00:14:00.000Z","updated_at":"2024-08-05T05:31:22.000Z","dependencies_parsed_at":"2023-03-12T15:01:28.161Z","dependency_job_id":null,"html_url":"https://github.com/kost/nessus-xmlrpc-perl","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fnessus-xmlrpc-perl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fnessus-xmlrpc-perl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fnessus-xmlrpc-perl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fnessus-xmlrpc-perl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kost","download_url":"https://codeload.github.com/kost/nessus-xmlrpc-perl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228018917,"owners_count":17857024,"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-08-04T04:02:51.147Z","updated_at":"2024-12-04T00:21:03.993Z","avatar_url":"https://github.com/kost.png","language":"Perl","funding_links":[],"categories":["Perl"],"sub_categories":[],"readme":"Net-Nessus-XMLRPC\n\nThis is Perl interface for communication with Nessus scanner over XMLRPC.\nYou can start, stop, pause and resume scan. Watch progress and status of \nscan, download report, etc.\n\nINSTALLATION\n\nTo install this module, run the following commands:\n\n\tperl Makefile.PL\n\tmake\n\tmake test\n\tmake install\n\nEXAMPLE\n\n\tuse Net::Nessus::XMLRPC;\n\n\t# '' is same as https://localhost:8834/\n\tmy $n = Net::Nessus::XMLRPC-\u003enew ('','user','pass');\n\n\tdie \"Cannot login to: \".$n-\u003enurl.\"\\n\" unless ($n-\u003elogged_in);\n\n\tprint \"Logged in\\n\";\n\tmy $polid=$n-\u003epolicy_get_first;\n\tprint \"Using policy ID: $polid \";\n\tmy $polname=$n-\u003epolicy_get_name($polid);\n\tprint \"with name: $polname\\n\";\n\tmy $scanid=$n-\u003escan_new($polid,\"perl-test\",\"127.0.0.1\");\n\n\twhile (not $n-\u003escan_finished($scanid)) {\n\t\tprint \"$scanid: \".$n-\u003escan_status($scanid).\"\\n\";\t\n\t\tsleep 15;\n\t}\n\tprint \"$scanid: \".$n-\u003escan_status($scanid).\"\\n\";\t\n\tmy $reportcont=$n-\u003ereport_file_download($scanid);\n\tmy $reportfile=\"report.xml\";\n\topen (FILE,\"\u003e$reportfile\") or die \"Cannot open file $reportfile: $!\";\n\tprint FILE $reportcont;\n\tclose (FILE);\n\nNOTICE\n\nThis CPAN module uses LWP for communicating with Nessus over XMLRPC via https.\nTherefore, make sure that you have Net::SSL (provided by Crypt::SSLeay):\nhttp://search.cpan.org/perldoc?Crypt::SSLeay\nor IO::Socket::SSL:\nhttp://search.cpan.org/perldoc?IO::Socket::SSL\n\nIf you think you have login problems, check this first!\n\nSUPPORT AND DOCUMENTATION\n\nAfter installing, you can find documentation for this module with the\nperldoc command.\n\n    perldoc Net::Nessus::XMLRPC\n\nYou can also look for information at:\n\n    RT, CPAN's request tracker\n        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Nessus-XMLRPC\n\n    AnnoCPAN, Annotated CPAN documentation\n        http://annocpan.org/dist/Net-Nessus-XMLRPC\n\n    CPAN Ratings\n        http://cpanratings.perl.org/d/Net-Nessus-XMLRPC\n\n    Search CPAN\n        http://search.cpan.org/dist/Net-Nessus-XMLRPC\n\n\nCOPYRIGHT AND LICENCE\n\nCopyright (C) 2010 Vlatko Kosturjak\n\nThis program is free software; you can redistribute it and/or modify it\nunder the same terms as Perl itself.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fnessus-xmlrpc-perl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkost%2Fnessus-xmlrpc-perl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fnessus-xmlrpc-perl/lists"}