assuring stdapi loads on meterpreter

bug/bundler_fix
jvazquez-r7 2013-01-23 12:44:55 +01:00
parent eb92070df8
commit e78174297e
1 changed files with 6 additions and 0 deletions

View File

@ -69,6 +69,12 @@ class Metasploit3 < Msf::Exploit::Remote
], self.class)
end
def on_new_session
end
def generate_jsp
var_hexpath = Rex::Text.rand_text_alpha(rand(8)+8)
var_exepath = Rex::Text.rand_text_alpha(rand(8)+8)