HASecuritySolutions / VulnWhisperer

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

Error CVSS on Centos 7 #226

Open ericbarnes2006 opened 3 years ago

ericbarnes2006 commented 3 years ago

I recently set up VulnWhisperer and have had a few successful runs. Went back tonight to finish setting this up and configure a nightly run and I'm not getting this error. So far as I know, nothing has changed other than maybe OS security patches.

Running on RHEL 7 with Nessus Pro 8.14.0 (#261) LINUX

[root@hostname VulnWhisperer-1.8.0]# vuln_whisperer -c configs/frameworks_example.ini WARNING: No section was specified, vulnwhisperer will scrape enabled modules from config file.
Please specify a section using -s.
Example vuln_whisperer -c config.ini -s nessus INFO:root:main:No section was specified, vulnwhisperer will scrape enabled modules from the config file. INFO:vulnWhispererBase:init:Connected to database at /etc/opt/VulnWhisperer/data/database/report_tracker.db INFO:vulnWhispererNessus:init:Attempting to connect to nessus... DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x:8834/session DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans DEBUG:NessusAPI:get_scan_ids:Found 14 scan_ids INFO:vulnWhispererNessus:init:Connected to nessus on 10.x.x.x::8834 INFO:vulnWhispererNessus:scan_count:Gathering all scan data... this may take a while... DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/61 DEBUG:NessusAPI:get_utc_from_local:Converted timestamp 2021-04-16 19:19:44 in datetime 1618618784 DEBUG:NessusAPI:get_utc_from_local:Converted timestamp 2021-04-20 19:20:22 in datetime 1618964422 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/610 DEBUG:NessusAPI:get_utc_from_local:Converted timestamp 2021-04-16 19:19:09 in datetime 1618618749 DEBUG:NessusAPI:get_utc_from_local:Converted timestamp 2021-04-20 19:19:22 in datetime 1618964362 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/668 DEBUG:NessusAPI:get_utc_from_local:Converted timestamp 2021-04-16 19:19:09 in datetime 1618618749 DEBUG:NessusAPI:get_utc_from_local:Converted timestamp 2021-04-20 19:19:22 in datetime 1618964362 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/607 DEBUG:NessusAPI:get_utc_from_local:Converted timestamp 2021-04-16 19:19:04 in datetime 1618618744 DEBUG:NessusAPI:get_utc_from_local:Converted timestamp 2021-04-20 19:19:12 in datetime 1618964352 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/49 DEBUG:NessusAPI:get_utc_from_local:Converted timestamp 2021-04-16 19:18:39 in datetime 1618618719 DEBUG:NessusAPI:get_utc_from_local:Converted timestamp 2021-04-20 19:18:57 in datetime 1618964337 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/6 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/13 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/19 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/28 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/52 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/57 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/137 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/312 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/559 INFO:vulnWhispererNessus:whisper_nessus:Identified 10 scans to be processed INFO:vulnWhispererNessus:whisper_nessus:Directory already exist for /opt/VulnWhisperer/data/nessus/My Scans - Skipping creation DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/61/export?history_id=976 INFO:NessusAPI:download_scan:Download for file id 1274365931 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/61/export/1274365931/status .DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/61/export/1274365931/status .INFO:NessusAPI:download_scan:Done: 4 DEBUG:NessusAPI:request:Requesting to url https://10.x.x.x::8834/scans/exports/973b32b82441d24db32154b5afb66d615a699ccd51c2db24c7accffe3ff7cd7b/download DEBUG:NessusAPI:request:Returning data.content DEBUG:NessusAPI:request:Processed 1305 chunks INFO:vulnWhispererNessus:whisper_nessus:Processing 1/10 for scan: Production RHEL Scan ERROR:root:main:'CVSS' ERROR: 'CVSS'

pzilkley commented 2 years ago

I am getting this exact same error, did you resolve it?

pzilkley commented 2 years ago

Pulled down latest version & it works now.