Clarify filedropper error message
parent
823f31d8af
commit
03b4a29662
|
@ -122,7 +122,7 @@ module Exploit::FileDropper
|
|||
end
|
||||
|
||||
@dropped_files.each do |f|
|
||||
print_warning("This exploit may require manual cleanup of: #{f}")
|
||||
print_warning("This exploit may require manual cleanup on the target of: #{f}")
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue