Changeset 5481

Show
Ignore:
Timestamp:
04/21/08 00:21:28 (3 weeks ago)
Author:
hdm
Message:

Adding the BPS reference type, URLs are not public yet, will be soon.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/lib/msf/core/module/reference.rb

    r4099 r5481  
    104104                elsif (in_ctx_id == 'WVE') 
    105105                        self.site = 'http://www.wirelessve.org/entries/show/WVE-' + in_ctx_val.to_s 
     106                elsif (in_ctx_id == 'BPS') 
     107                        self.site = 'https://strikecenter.bpointsys.com/bps/advisory/BPS-' + in_ctx_val.to_s             
    106108                elsif (in_ctx_id == 'URL') 
    107109                        self.site = in_ctx_val.to_s