Merge pull request #1 from jvazquez-r7/sonicwall_test

assuring stdapi loads on meterpreter
bug/bundler_fix
julianvilas 2013-01-23 14:04:54 -08:00
commit 85e1d4daf5
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)