Update peass.rb
This commit is contained in:
parent
5d83e73722
commit
a8b980dae4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user