We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d130d38 commit 95f084bCopy full SHA for 95f084b
lib/msf/core/module/reference.rb
@@ -95,7 +95,7 @@ def initialize(in_ctx_id = 'Unknown', in_ctx_val = '')
95
if (in_ctx_id == 'OSVDB')
96
self.site = 'http://www.osvdb.org/' + in_ctx_val.to_s
97
elsif (in_ctx_id == 'CVE')
98
- self.site = 'http://cve.mitre.org/cgi-bin/cvename.cgi?name=' + in_ctx_val.to_s
+ self.site = "http://cvedetails.com/cve/#{in_ctx_val.to_s}/"
99
elsif (in_ctx_id == 'BID')
100
self.site = 'http://www.securityfocus.com/bid/' + in_ctx_val.to_s
101
elsif (in_ctx_id == 'MSB')
0 commit comments