python-libnessus icon indicating copy to clipboard operation
python-libnessus copied to clipboard

Python Nessus Library - libnessus is a python library to enable devs to chat with nessus XMLRPC API, parse, store and diff scan results. It's wonderful.

Results 3 python-libnessus issues
Sort by recently updated
recently updated
newest added

i am currently in a project which only supports py3k and i'd love to see py3 supported by libnessus. I quickly looked through the code and it seems there is...

Traceback (most recent call last): File "./es.py", line 29, in nessus_obj_list = NessusParser.parse_fromfile(file) File "/usr/local/lib/python2.7/dist-packages/libnessus/parser.py", line 117, in parse_fromfile rval = cls.parse(fdata, data_type) File "/usr/local/lib/python2.7/dist-packages/libnessus/parser.py", line 16, in parse nessusobj...