Update shell_to_meterpreter.rb
parent
6a30a49bcf
commit
2f811381dc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue