Skip to content

Commit f89a3a6

Browse files
committed
Land rapid7#2712 - Remove milworm (MIL) identifier
milworm no longer exists. And modules no longer use it as a reference.
2 parents de1a29c + 8254c0b commit f89a3a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/msf/core/module/reference.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ def initialize(in_ctx_id = 'Unknown', in_ctx_val = '')
102102
self.site = 'http://www.securityfocus.com/bid/' + in_ctx_val.to_s
103103
elsif (in_ctx_id == 'MSB')
104104
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
107105
elsif (in_ctx_id == 'EDB')
108106
self.site = 'http://www.exploit-db.com/exploits/' + in_ctx_val.to_s
109107
elsif (in_ctx_id == 'WVE')

0 commit comments

Comments
 (0)