diff --git a/metasploit/peass.rb b/metasploit/peass.rb index b9c63e4..8f29e82 100644 --- a/metasploit/peass.rb +++ b/metasploit/peass.rb @@ -143,7 +143,7 @@ class MetasploitModule < Msf::Post last_cmd = "del #{temp_path};" else cmd = "cat #{temp_path}" - last_cmd = "rm #{temp_path}" + last_cmd = " ; rm #{temp_path}" end # Instead of writting the file to disk, download it from HTTP