Changeset 3525

Show
Ignore:
Timestamp:
02/11/06 10:01:23 (3 years ago)
Author:
mmiller
Message:

fix to import options in exploit simple

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • incoming/trunk/lib/msf/base/simple/exploit.rb

    r3401 r3525  
    3838        #       the datastore. 
    3939        # 
     40        # Option 
     41        # 
     42        #       A hash of values to be imported directly into the datastore. 
     43        # 
    4044        # LocalInput 
    4145        # 
     
    5256        # 
    5357        def self.exploit_simple(exploit, opts) 
     58 
     59                # Import options from the OptionStr or Option hash. 
     60                exploit._import_extra_options(opts) 
    5461                 
    5562                # Make sure parameters are valid.