Changeset 3525
- Timestamp:
- 02/11/06 10:01:23 (3 years ago)
- Files:
-
- incoming/trunk/lib/msf/base/simple/exploit.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
incoming/trunk/lib/msf/base/simple/exploit.rb
r3401 r3525 38 38 # the datastore. 39 39 # 40 # Option 41 # 42 # A hash of values to be imported directly into the datastore. 43 # 40 44 # LocalInput 41 45 # … … 52 56 # 53 57 def self.exploit_simple(exploit, opts) 58 59 # Import options from the OptionStr or Option hash. 60 exploit._import_extra_options(opts) 54 61 55 62 # Make sure parameters are valid.
