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};"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user