pyvas 0.5.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

pyvas 0.5.0

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

Look for open issues or report an issue
Checkout a new branch from master and work away
Remember to include tests
Submit a pull request!

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.