{"id":15009309,"url":"https://github.com/mpicard/pyvas","last_synced_at":"2025-10-03T18:30:47.826Z","repository":{"id":53301047,"uuid":"85183817","full_name":"mpicard/pyvas","owner":"mpicard","description":"OpenVAS Management Protocol Client for Python","archived":true,"fork":false,"pushed_at":"2021-03-31T18:58:19.000Z","size":108,"stargazers_count":23,"open_issues_count":8,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-03T21:33:26.066Z","etag":null,"topics":["client-library","openvas","python-library","python27","python3","security","security-audit","security-scanner","security-tools","security-vulnerability"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/mpicard.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-16T10:33:46.000Z","updated_at":"2024-07-13T07:56:49.000Z","dependencies_parsed_at":"2022-09-02T02:00:19.901Z","dependency_job_id":null,"html_url":"https://github.com/mpicard/pyvas","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpicard%2Fpyvas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpicard%2Fpyvas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpicard%2Fpyvas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpicard%2Fpyvas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpicard","download_url":"https://codeload.github.com/mpicard/pyvas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235173147,"owners_count":18947449,"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":["client-library","openvas","python-library","python27","python3","security","security-audit","security-scanner","security-tools","security-vulnerability"],"created_at":"2024-09-24T19:24:22.934Z","updated_at":"2025-10-03T18:30:47.478Z","avatar_url":"https://github.com/mpicard.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pyvas: OMPv7 for Python\n=======================\n\n|Build Status| |Coverage|\n\nAn OpenVAS Managment Protocol (OMP) v7+ client for Python.\n\nInstallation\n------------\n\nTo install pyvas, simply run:\n\n.. code-block:: bash\n    \n    $ pip install pyvas\n\nUsage\n-----\n\n.. code-block:: python\n    \n    \u003e\u003e\u003e from pyvas import Client\n    \u003e\u003e\u003e with Client(hostname, username='username', password='password') as cli:\n    \u003e\u003e\u003e     r = cli.list_tasks()\n    \u003e\u003e\u003e     r.ok\n    True\n    \u003e\u003e\u003e     r.data\n    [{u'@id': '...', ...}, {u'@id': '...', ...}]\n    \u003e\u003e\u003e     r = cli.get_task(task[0][\"@id\"])\n    \u003e\u003e\u003e     r.ok\n    True\n    \u003e\u003e\u003e     r.data\n    {u'@id': '...', ...}\n\nDocumentation\n-------------\n\nDocumentation is currently a work in progress, please check back soon.\n\n\nHow to Contribute\n-----------------\n\n#. Look for open issues or report an issue\n#. Checkout a new branch from master and work away\n#. Remember to include tests \n#. Submit a pull request!\n\n.. |Build Status| image:: https://travis-ci.org/mpicard/pyvas.svg?branch=master\n   :target: https://travis-ci.org/mpicard/pyvas\n\n.. |Coverage| image:: https://coveralls.io/repos/github/mpicard/pyvas/badge.svg\n    :target: https://coveralls.io/github/mpicard/pyvas\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpicard%2Fpyvas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpicard%2Fpyvas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpicard%2Fpyvas/lists"}