{"id":17244673,"url":"https://github.com/kost/rapid7-nexpose-api-perl","last_synced_at":"2025-07-06T13:34:54.066Z","repository":{"id":1251198,"uuid":"1189782","full_name":"kost/rapid7-nexpose-api-perl","owner":"kost","description":"CPAN module - Rapid7::NeXpose::API - perl library for communication with NeXpose via API","archived":false,"fork":false,"pushed_at":"2016-08-28T06:37:20.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T06:39:42.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://search.cpan.org/perldoc?Rapid7::NeXpose::API","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-12-22T09:44:27.000Z","updated_at":"2020-07-19T18:56:27.000Z","dependencies_parsed_at":"2022-08-16T12:45:17.854Z","dependency_job_id":null,"html_url":"https://github.com/kost/rapid7-nexpose-api-perl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Frapid7-nexpose-api-perl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Frapid7-nexpose-api-perl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Frapid7-nexpose-api-perl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Frapid7-nexpose-api-perl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kost","download_url":"https://codeload.github.com/kost/rapid7-nexpose-api-perl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245591617,"owners_count":20640692,"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:55.362Z","updated_at":"2025-03-26T04:42:41.793Z","avatar_url":"https://github.com/kost.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"Rapid7-NeXpose-API\n\nThis is Perl interface for communication with NeXpose scanner over API v1.1.\nYou can start, stop, pause and resume scan. Watch progress and status of\nscan, download report, etc.\n\nCurrently you can only start scan, list sites and delete site.\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 Rapid7::NeXpose::API;\n\n\tmy $n = Rapid7::NeXpose::API-\u003enew(\n\t\t\turl=\u003e'https://localhost:3780',password=\u003e'test');\n\tmy $sl = $n-\u003esitelist();\n\tprint \"Starting scan for first site found: \";\n\tprintf \"%s with ID: %s\\n\", $sl-\u003e[0]-\u003e{'name'}, $sl-\u003e[0]-\u003e{'id'};\n\t$n-\u003esitescan($sl-\u003e[0]-\u003e{'id'});\n\nNOTICE\n\nThis CPAN module uses LWP for communicating with NeXpose over its API 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\nSUPPORT AND DOCUMENTATION\n\nAfter installing, you can find documentation for this module with the\nperldoc command.\n\n    perldoc Rapid7::NeXpose::API\n\nYou can also look for information at:\n\n    RT, CPAN's request tracker\n        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Rapid7-NeXpose-API\n\n    AnnoCPAN, Annotated CPAN documentation\n        http://annocpan.org/dist/Rapid7-NeXpose-API\n\n    CPAN Ratings\n        http://cpanratings.perl.org/d/Rapid7-NeXpose-API\n\n    Search CPAN\n        http://search.cpan.org/dist/Rapid7-NeXpose-API/\n\n\nLICENSE AND COPYRIGHT\n\nCopyright (C) 2010 Vlatko Kosturjak\n\nThis program is free software; you can redistribute it and/or modify it\nunder the terms of either: the GNU General Public License as published\nby the Free Software Foundation; or the Artistic License.\n\nSee http://dev.perl.org/licenses/ for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Frapid7-nexpose-api-perl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkost%2Frapid7-nexpose-api-perl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Frapid7-nexpose-api-perl/lists"}