mpicard / pyvas

OpenVAS Management Protocol Client for Python
MIT License
23 stars 10 forks source link

Increase OpenVAS Management API coverage/commands #23

Open mpicard opened 6 years ago

mpicard commented 6 years ago

Add more OpenVAS Management API commands

bjoernricks commented 5 years ago

Hi,

just found your pyvas library and I would like to make you aware of https://github.com/greenbone/python-gvm/ which will become the official python library for OpenVAS/GVM. It has a very similar architecture and api as your pyvas library. Currently it is only beta but we are going to release the first stable version in the next weeks.

Would be nice to join our efforts for providing a first class python library for OpenVAS/GVM. Every contribution to python-gvm is warmly welcome.

Regards Björn

mpicard commented 5 years ago

@bjoernricks thanks for letting me know! I appreciate that, I think I will deprecate this library in light of this discovery. Very cool that there is an official lib now.

I started this project when I was doing a lot of OpenVAS at work but that is no longer the case so I wish you all the best of luck with the new library!

cheers,

@mpicard