Update peass.rb

This commit is contained in:
Carlos Polop
2021-10-25 13:20:20 +01:00
committed by GitHub
parent 5d83e73722
commit a8b980dae4

View File

@@ -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