You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
INFO:vulnWhispererNessus:init:Attempting to connect to tenable...
DEBUG:NessusAPI:init:Using tenable API keys
DEBUG:NessusAPI:request:Requesting to url https://cloud.tenable.com:443/scans
DEBUG:NessusAPI:get_scan_ids:Found 0 scan_ids
INFO:vulnWhispererNessus:init:Connected to tenable on cloud.tenable.com:443
INFO:vulnWhispererNessus:scan_count:Gathering all scan data... this may take a while...
INFO:vulnWhispererNessus:whisper_nessus:Identified 0 scans to be processed
WARNING:vulnWhispererNessus:whisper_nessus:No new scans to process..
I am afraid we don't have any instance of that in order to do thorough testing and fix the issue with the cloud version. Anyway, we are currently working on a heavy refactoring to make the project modular and easy to integrate for other developers, but will be something very easily implementable when we get this priority goals done. Sorry for not being that much help on the short term with the issue.
Describe the bug
INFO:vulnWhispererNessus:init:Attempting to connect to tenable...
DEBUG:NessusAPI:init:Using tenable API keys
DEBUG:NessusAPI:request:Requesting to url https://cloud.tenable.com:443/scans
DEBUG:NessusAPI:get_scan_ids:Found 0 scan_ids
INFO:vulnWhispererNessus:init:Connected to tenable on cloud.tenable.com:443
INFO:vulnWhispererNessus:scan_count:Gathering all scan data... this may take a while...
INFO:vulnWhispererNessus:whisper_nessus:Identified 0 scans to be processed
WARNING:vulnWhispererNessus:whisper_nessus:No new scans to process..
The URL Looks to be the issue
The call to tenable looks to be attempting to pull scans from https://cloud.tenable.com:443/scans when I review our configuration it looks like the scan data resides in https://cloud.tenable.com/app.html#/scans/folders.
Fix
We are attempting to figure out where in the code it sets the URl
The text was updated successfully, but these errors were encountered: