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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ class MetasploitModule < Msf::Post
last_cmd = "del #{temp_path};" last_cmd = "del #{temp_path};"
else else
cmd = "cat #{temp_path}" cmd = "cat #{temp_path}"
last_cmd = "rm #{temp_path}" last_cmd = " ; rm #{temp_path}"
end end
# Instead of writting the file to disk, download it from HTTP # Instead of writting the file to disk, download it from HTTP