mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2025-12-12 15:49:51 -08:00
Update peass.rb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user