nessrest icon indicating copy to clipboard operation
nessrest copied to clipboard

A python library for using the new Nessus REST API.

Results 38 nessrest issues
Sort by recently updated
recently updated
newest added

Hello, I just started playing around with nessrest, and I love it. It makes interacting with the Nessus API much easier. However, I can't seem to figure out how to...

how to just scan the ports by nessrest? how to set the policy use nessrest. plugins='?'

For the `nessus_download_all` script/example, a report name containing `report/report` breaks. ``` Traceback (most recent call last): File "./nessus_download_all.py", line 76, in fp = open('%s_%s.nessus'%(scanner.scan_name,scanner.scan_id),'w') FileNotFoundError: [Errno 2] No such file...

ness_rest -t _ips_ -p _id_ -n name --format -c ~/.ness_rest.conf Scan name : NAme_02 Scan UUID : 5942be18-a841-a3a7-4fc8-3061b97623c360867d930bcec832 .............................. .............................. .............................. .................. Complete! Run time: 216 seconds. _results_ Traceback (most...

bug

It would be handy to be able to specify MDM creds via ness_rest so we don't have to enter the gui when doing MDM scanning.

enhancement

Refactor our current test_ness6rest.py to use python's unit testing framework and add more tests.

enhancement

Refactor ness6rest.py to use exceptions instead of sys.exit() and modify ness_rest to catch those exceptions and exit if appropriate.

enhancement