bug/bundler_fix
Jon Hart 2014-12-11 09:03:18 -08:00
commit 24dbc28521
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ class Metasploit3 < Msf::Exploit::Remote
buff << res if res buff << res if res
end end
perl_path = buff.gsub(token, "").gsub(/\/perl.*/, "/perl").strip perl_path = buff.gsub(token, "").gsub(/\/perl.*/m, "/perl").strip
print_status("Using Perl interpreter at #{perl_path}...") print_status("Using Perl interpreter at #{perl_path}...")
temp_conf = "/var/tmp/" + Rex::Text.rand_text_alpha(8) temp_conf = "/var/tmp/" + Rex::Text.rand_text_alpha(8)