Clarify filedropper error message

bug/bundler_fix
Christian Mehlmauer 2014-05-31 22:17:32 +02:00
parent 823f31d8af
commit 03b4a29662
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
1 changed files with 1 additions and 1 deletions

View File

@ -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