Remove debug junk, rejig order of ops in initializer

bug/bundler_fix
OJ 2016-11-28 15:25:07 +10:00
parent e8158bd200
commit 496836fc06
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597
2 changed files with 1 additions and 6 deletions

View File

@ -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={})

View File

@ -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 + '/'