nessrest
nessrest copied to clipboard
A python library for using the new Nessus REST API.
I'm trying to do a simple ping scan (plugin 10180 - https://www.tenable.com/plugins/index.php?view=single&id=10180). However it doesn't work - I do ``` % ./ness_rest --plugins 10180 --targets '192.168.218.6/31' --insecure ``` and according...
For PCI internal scans, we normally use the Internal PCI Network Scan template policy. However, it looks like the script only looks for user policies.
Hi, I am trying to run a basic scan which returns an invalid uuid error. Please help The code : scan = ness6rest.Scanner(url='', login='', password='', insecure=True) scan.scan_add(targets='') scan.scan_run() Attached a...
Add tutorial/instructions for how to download and configure ness_rest and run a scan.
新增了获取插件信息的几个API
I've noted that retrieval of reports as PDF is not yet supported via nessus_download_all.py (possible also the API). Comments in code read ``` # PDF not yet supported # python...
req.text on line 217 of ness6rest.py was hanging with high CPU usage when calling download_scan and returning a 61MB csv scan. Here is an example trace when I hit Ctrl-C:...
Trying to run `policy_exists` with **ness6rest.Scanner** when no policies exist returns the following. ``` In [14]: scan.policy_exists('test') TypeError Traceback (most recent call last) in () ----> 1 scan.policy_exists('test') /.../lib/python3.5/site-packages/nessrest/ness6rest.py in...
Getting a NameError for credentials stating credentials is not defined
How to select all(Or atleast OS relevant) plugins for the scans?