diff --git a/lib/Config.py b/lib/Config.py index 7e6a4b12a5da779ae27c4d5c09a69d69660d45e1..a9ae843d582daa818a4103f5caf752562c6495a2 100644 --- a/lib/Config.py +++ b/lib/Config.py @@ -41,8 +41,8 @@ class Configuration(): 'CVEStartYear': 2002, 'vFeedurl': "http://www.toolswatch.org/vfeed/vfeed.db.tgz", 'vFeedstatus': "http://www.toolswatch.org/update.dat", - 'cvedict': "http://static.nvd.nist.gov/feeds/xml/cve/", - 'cpedict': "http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml", + 'cvedict': "https://static.nvd.nist.gov/feeds/xml/cve/", + 'cpedict': "https://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml", 'cwedict': "http://cwe.mitre.org/data/xml/cwec_v2.8.xml.zip", 'd2sec': "http://www.d2sec.com/exploits/elliot.xml", 'vendor': "https://nvd.nist.gov/download/vendorstatements.xml", @@ -229,7 +229,7 @@ class Configuration(): @classmethod def getexploitdbDict(cls): return cls.readSetting("Sources", "exploitdb", cls.default['exploitdb']) - + # Logging @classmethod def getLogfile(cls):