Skip to content

Commit ce0e7b5

Browse files
committed
Remove WVE and BPS reference identifiers
Reasons why they should be gone: WVE: * wirelessve.org is down. * Not a single module uses WVE as a reference BPS: * "BreakingPoint" no longer exists * The URL takes you to a login page to ixia. And there is no point of referencing something people can't see. * Not a single module uses BPS as a reference.
1 parent 9a7d1b2 commit ce0e7b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/msf/core/module/reference.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,8 @@ def initialize(in_ctx_id = 'Unknown', in_ctx_val = '')
104104
self.site = 'http://technet.microsoft.com/en-us/security/bulletin/' + in_ctx_val.to_s
105105
elsif (in_ctx_id == 'EDB')
106106
self.site = 'http://www.exploit-db.com/exploits/' + in_ctx_val.to_s
107-
elsif (in_ctx_id == 'WVE')
108-
self.site = 'http://www.wirelessve.org/entries/show/WVE-' + in_ctx_val.to_s
109107
elsif (in_ctx_id == 'US-CERT-VU')
110108
self.site = 'http://www.kb.cert.org/vuls/id/' + in_ctx_val.to_s
111-
elsif (in_ctx_id == 'BPS')
112-
self.site = 'https://strikecenter.bpointsys.com/bps/advisory/BPS-' + in_ctx_val.to_s
113109
elsif (in_ctx_id == 'ZDI')
114110
self.site = 'http://www.zerodayinitiative.com/advisories/ZDI-' + in_ctx_val.to_s
115111
elsif (in_ctx_id == 'URL')

0 commit comments

Comments
 (0)