Skip to main content

An OpenVAS Managment Protocol (OMP) v7 client for Python

Project description

Build Status Coverage

An OpenVAS Managment Protocol (OMP) v7+ client for Python.

Installation

To install pyvas, simply run:

$ pip install pyvas

Usage

>>> from pyvas import Client
>>> with Client(hostname, username='username', password='password') as cli:
>>>     r = cli.list_tasks()
>>>     r.ok
True
>>>     r.data
[{u'@id': '...', ...}, {u'@id': '...', ...}]
>>>     r = cli.get_task(task[0]["@id"])
>>>     r.ok
True
>>>     r.data
{u'@id': '...', ...}

Documentation

Documentation is currently a work in progress, please check back soon.

How to Contribute

  1. Look for open issues or report an issue

  2. Checkout a new branch from master and work away

  3. Remember to include tests

  4. Submit a pull request!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyvas-0.5.0.tar.gz (13.9 kB view details)

Uploaded Source

File details

Details for the file pyvas-0.5.0.tar.gz.

File metadata

  • Download URL: pyvas-0.5.0.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyvas-0.5.0.tar.gz
Algorithm Hash digest
SHA256 386ff01598831019242aa7ac1aa44f8228324e5e59344ffcee7019230c0c4985
MD5 1db4e11bac60723b6d4b92a16d4f2b88
BLAKE2b-256 ddb5fc74a888ada68e7b273a0c86ab54f1c81e64983c36cf9d86daa430ac1713

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page