Remove debug junk, rejig order of ops in initializer
parent
e8158bd200
commit
496836fc06
|
@ -12,13 +12,9 @@ module Sessions
|
|||
###
|
||||
class Meterpreter_Multi < Msf::Sessions::Meterpreter
|
||||
def initialize(rstream, opts={})
|
||||
super
|
||||
self.base_platform = 'multi'
|
||||
self.base_arch = ARCH_ANY
|
||||
|
||||
# TODO: can we read the opts and find the UUID to instantiate the right
|
||||
# session type? Is it important?
|
||||
|
||||
super
|
||||
end
|
||||
|
||||
def self.create_session(rstream, opts={})
|
||||
|
|
|
@ -318,7 +318,6 @@ protected
|
|||
resp.body = pkt.to_r
|
||||
|
||||
when :init_python, :init_native, :init_java
|
||||
STDERR.puts("#{uuid}\n")
|
||||
# TODO: at some point we may normalise these three cases into just :init
|
||||
url = payload_uri(req) + conn_id + '/'
|
||||
|
||||
|
|
Loading…
Reference in New Issue