pyvas
pyvas copied to clipboard
OpenVAS Management Protocol Client for Python
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3. Changelog Sourced from lxml's changelog. 4.6.3 (2021-03-21) Bugs fixed A vulnerability (CVE-2021-28957) was discovered in the HTML Cleaner by Kevin Chung, which allowed JavaScript...
Hello, I'm trying to create a new schedule using the following syntax: ``` first_time = datetime.now() + timedelta(hours=random.randrange(1, 23, 1), days=1) with Client('X.X.X.X', username='XXXXXX, password='XXXXXXXXXX') as cli: r = cli.create_schedule(name,...
Hi I tried to download a report in pdf format I get a string. ``` with Client('10.1.100.1', username='User', password='password') as cli: ... t = cli.download_report('114d74d8-55d6-4f9e-959b-529a5209f753', format_uuid='c402cc3e-b531-11e1-9163-406186ea4fc5') type(t) ``` what can...
Add more OpenVAS Management API commands
Hello.I face a situation in which I have to delete a target however I get the error "Target is in use". Any ideas why this is happening?
I notice that create_task() doesn't allow preferences to be set.
Use docker to pull OpenVAS container for testing & development.
library works great so far! I'm receiving warnings in my log on each connection though, something to consider. ``` md main:WARNING:2017-09-05 19h17.15 UTC:1639: read_from_client_tls: failed to read from client: The...