File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ui/console/command_dispatcher Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ def select_cmdstager(opts = {})
154
154
155
155
# Returns a hash with the :decoder option if possible
156
156
#
157
- # @params opts [Hash] Input Hash.
157
+ # @param opts [Hash] Input Hash.
158
158
# @return [Hash] Hash with the input data and a :decoder option when
159
159
# possible.
160
160
def opts_with_decoder ( opts = { } )
@@ -279,7 +279,7 @@ def target_flavor
279
279
# Answers if the input flavor is compatible with the current target or module.
280
280
#
281
281
# @param f [Symbol] The flavor to check
282
- # @returns [Boolean] true if compatible, false otherwise.
282
+ # @return [Boolean] true if compatible, false otherwise.
283
283
def compatible_flavor? ( f )
284
284
return true if target_flavor . nil?
285
285
case target_flavor . class . to_s
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def loadable?(path)
18
18
# Yields the module_reference_name for each module file found under the directory path.
19
19
#
20
20
# @param [String] path The path to the directory.
21
- # @param [Array] modules An array of regex patterns to search for specific modules
21
+ # @param [Hash] opts Input Hash.
22
22
# @yield (see Msf::Modules::Loader::Base#each_module_reference_name)
23
23
# @yieldparam [String] path The path to the directory.
24
24
# @yieldparam [String] type The type correlated with the directory under path.
Original file line number Diff line number Diff line change @@ -1802,7 +1802,7 @@ def db_parse_db_uri_postgresql(path)
1802
1802
# Miscellaneous option helpers
1803
1803
#
1804
1804
1805
- # Parse +arg+ into a {RangeWalker} and append the result into +host_ranges+
1805
+ # Parse +arg+ into a {Rex::Socket:: RangeWalker} and append the result into +host_ranges+
1806
1806
#
1807
1807
# @note This modifies +host_ranges+ in place
1808
1808
#
You can’t perform that action at this time.
0 commit comments