Land #3413, improved FileDropper cleanup message

bug/bundler_fix
William Vu 2014-06-02 11:05:48 -05:00
commit bba741897e
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
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 of '#{f}' on the target")
end
end