{"id":22579761,"url":"https://github.com/giterlizzi/perl-net-securitycenter","last_synced_at":"2025-06-11T03:09:59.400Z","repository":{"id":56834005,"uuid":"163224650","full_name":"giterlizzi/perl-Net-SecurityCenter","owner":"giterlizzi","description":"Perl interface to Tenable.sc (SecurityCenter) REST API","archived":false,"fork":false,"pushed_at":"2023-05-17T19:49:33.000Z","size":269,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T16:48:38.213Z","etag":null,"topics":["api","hacktoberfest","nessus","perl","rest","securitycenter","tenable","tenablesc"],"latest_commit_sha":null,"homepage":"https://metacpan.org/release/Net-SecurityCenter","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/giterlizzi.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","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":"2018-12-26T23:07:51.000Z","updated_at":"2023-05-17T12:48:55.000Z","dependencies_parsed_at":"2024-12-08T05:12:13.269Z","dependency_job_id":null,"html_url":"https://github.com/giterlizzi/perl-Net-SecurityCenter","commit_stats":{"total_commits":48,"total_committers":1,"mean_commits":48.0,"dds":0.0,"last_synced_commit":"b9812d1ca41eed639cb40767d548b401ea67f147"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Net-SecurityCenter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Net-SecurityCenter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Net-SecurityCenter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Net-SecurityCenter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giterlizzi","download_url":"https://codeload.github.com/giterlizzi/perl-Net-SecurityCenter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246059815,"owners_count":20717157,"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":["api","hacktoberfest","nessus","perl","rest","securitycenter","tenable","tenablesc"],"created_at":"2024-12-08T05:12:09.567Z","updated_at":"2025-03-28T16:23:06.449Z","avatar_url":"https://github.com/giterlizzi.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Release](https://img.shields.io/github/release/giterlizzi/perl-Net-SecurityCenter.svg)](https://github.com/giterlizzi/perl-Net-SecurityCenter/releases) [![Actions Status](https://github.com/giterlizzi/perl-Net-SecurityCenter/workflows/linux/badge.svg)](https://github.com/giterlizzi/perl-Net-SecurityCenter/actions) [![Actions Status](https://github.com/giterlizzi/perl-Net-SecurityCenter/workflows/macos/badge.svg)](https://github.com/giterlizzi/perl-Net-SecurityCenter/actions) [![License](https://img.shields.io/github/license/giterlizzi/perl-Net-SecurityCenter.svg)](https://github.com/giterlizzi/perl-Net-SecurityCenter) [![Starts](https://img.shields.io/github/stars/giterlizzi/perl-Net-SecurityCenter.svg)](https://github.com/giterlizzi/perl-Net-SecurityCenter) [![Forks](https://img.shields.io/github/forks/giterlizzi/perl-Net-SecurityCenter.svg)](https://github.com/giterlizzi/perl-Net-SecurityCenter) [![Issues](https://img.shields.io/github/issues/giterlizzi/perl-Net-SecurityCenter.svg)](https://github.com/giterlizzi/perl-Net-SecurityCenter/issues) [![Coverage Status](https://coveralls.io/repos/github/giterlizzi/perl-Net-SecurityCenter/badge.svg)](https://coveralls.io/github/giterlizzi/perl-Net-SecurityCenter)\n\n# Net::SecurityCenter - Perl interface to Tenable.sc (SecurityCenter) REST API\n\n## Synopsis\n\n```.pl\nuse Net::SecurityCenter;\nmy $sc = Net::SecurityCenter('sc.example.org') or die \"Error: $@\";\n\n$sc-\u003elogin(username =\u003e 'secman', password =\u003e 's3cr3t');\n\nif ($sc-\u003eerror) {\n  print \"Failed login: \" . $sc-\u003eerror;\n  exit 0;\n}\n\nmy $running_scans = $sc-\u003escan_result-\u003elist_running;\n\nif ($sc-\u003escan_result-\u003estatus( id =\u003e 1337 ) eq 'completed') {\n    $sc-\u003escan_result-\u003edownload( id       =\u003e 1337,\n                                filename =\u003e '/tmp/1337.nessus' );\n\n}\n\n$sc-\u003elogout();\n```\n\n## Install\n\nUsing Makefile.PL:\n\nTo install `Net::SecurityCenter` distribution, run the following commands.\n\n    perl Makefile.PL\n    make\n    make test\n    make install\n\nUsing App::cpanminus:\n\n    cpanm Net::SecurityCenter\n\n\n## Documentation\n\n - `perldoc Net::SecurityCenter`\n - https://metacpan.org/release/Net-SecurityCenter\n - https://giterlizzi.github.io/perl-Net-SecurityCenter\n\n\n## Copyright\n\n - Copyright 2018-2021 © Giuseppe Di Terlizzi\n - Nessus®, Tenable.sc® and SecurityCenter® is a Registered Trademark of Tenable®, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiterlizzi%2Fperl-net-securitycenter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiterlizzi%2Fperl-net-securitycenter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiterlizzi%2Fperl-net-securitycenter/lists"}