Delete debug puts
parent
356e8c727c
commit
f43eab29ed
|
@ -107,7 +107,7 @@ module Msf
|
||||||
def recv_return(opts = {})
|
def recv_return(opts = {})
|
||||||
nsock = opts[:sock] || sock
|
nsock = opts[:sock] || sock
|
||||||
data = safe_get_once(nsock)
|
data = safe_get_once(nsock)
|
||||||
puts "#{Rex::Text.to_hex(data)}"
|
|
||||||
begin
|
begin
|
||||||
return_data = Rex::Proto::Rmi::Model::ReturnData.decode(StringIO.new(data))
|
return_data = Rex::Proto::Rmi::Model::ReturnData.decode(StringIO.new(data))
|
||||||
rescue ::RuntimeError => e
|
rescue ::RuntimeError => e
|
||||||
|
|
Loading…
Reference in New Issue