Land #4356
commit
24dbc28521
|
@ -322,7 +322,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
buff << res if res
|
||||
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}...")
|
||||
|
||||
temp_conf = "/var/tmp/" + Rex::Text.rand_text_alpha(8)
|
||||
|
|
Loading…
Reference in New Issue