From a8b980dae417ecbdf9a0545e7643d8a6eb9b31c9 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Mon, 25 Oct 2021 13:20:20 +0100 Subject: [PATCH] Update peass.rb --- metasploit/peass.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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