Fix conflict.

GSoC/Meterpreter_Web_Console
Green-m 2019-01-11 11:37:16 +08:00
parent 96173c101a
commit 462f779bda
No known key found for this signature in database
GPG Key ID: 7A4A0E684B5D6747
1 changed files with 1 additions and 4 deletions

View File

@ -60,9 +60,6 @@ class Auxiliary
end
#
# Reloads an auxiliary module and executes it
#
# Launches an auxiliary module for single attempt.
#
def run_single(mod, opts)
@ -80,9 +77,9 @@ class Auxiliary
end
end
#
# Tab completion for the run command
#
def cmd_run_tabs(str, words)
return [] if words.length > 1
@@auxiliary_opts.fmt.keys