HASecuritySolutions / VulnWhisperer

Create actionable data from your Vulnerability Scans
https://twitter.com/VulnWhisperer
Apache License 2.0
1.35k stars 271 forks source link

whisper_nessus:Identified 0 scans to be processed #198

Open chrisalexander2019 opened 4 years ago

chrisalexander2019 commented 4 years ago

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

qmontal commented 4 years ago

Hi @chrisalexander2019,

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.

Cheers!