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.
2 parents de1a29c + 8254c0b commit f89a3a6Copy full SHA for f89a3a6
lib/msf/core/module/reference.rb
@@ -102,8 +102,6 @@ def initialize(in_ctx_id = 'Unknown', in_ctx_val = '')
102
self.site = 'http://www.securityfocus.com/bid/' + in_ctx_val.to_s
103
elsif (in_ctx_id == 'MSB')
104
self.site = 'http://www.microsoft.com/technet/security/bulletin/' + in_ctx_val.to_s + '.mspx'
105
- elsif (in_ctx_id == 'MIL')
106
- self.site = 'http://milw0rm.com/metasploit/' + in_ctx_val.to_s
107
elsif (in_ctx_id == 'EDB')
108
self.site = 'http://www.exploit-db.com/exploits/' + in_ctx_val.to_s
109
elsif (in_ctx_id == 'WVE')
0 commit comments