Skip to content

Commit 95f084b

Browse files
committed
Use cvedetails not mitre.
1 parent d130d38 commit 95f084b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/module/reference.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def initialize(in_ctx_id = 'Unknown', in_ctx_val = '')
9595
if (in_ctx_id == 'OSVDB')
9696
self.site = 'http://www.osvdb.org/' + in_ctx_val.to_s
9797
elsif (in_ctx_id == 'CVE')
98-
self.site = 'http://cve.mitre.org/cgi-bin/cvename.cgi?name=' + in_ctx_val.to_s
98+
self.site = "http://cvedetails.com/cve/#{in_ctx_val.to_s}/"
9999
elsif (in_ctx_id == 'BID')
100100
self.site = 'http://www.securityfocus.com/bid/' + in_ctx_val.to_s
101101
elsif (in_ctx_id == 'MSB')

0 commit comments

Comments
 (0)