Update shell_to_meterpreter.rb

bug/bundler_fix
Tom Sellers 2014-05-29 06:17:31 -05:00
parent 6a30a49bcf
commit 2f811381dc
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ class Metasploit3 < Msf::Post
# #
sent = 0 sent = 0
cmds.each { |cmd| cmds.each { |cmd|
print_status("#{cmd}") #FIXFIX - Remove
ret = session.shell_command_token(cmd) ret = session.shell_command_token(cmd)
if (not ret) if (not ret)
aborted = true aborted = true