Skip to content

Commit bba7418

Browse files
committed
Land rapid7#3413, improved FileDropper cleanup message
2 parents 58ee2cc + 428df19 commit bba7418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/file_dropper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def cleanup
122122
end
123123

124124
@dropped_files.each do |f|
125-
print_warning("This exploit may require manual cleanup of: #{f}")
125+
print_warning("This exploit may require manual cleanup of '#{f}' on the target")
126126
end
127127

128128
end

0 commit comments

Comments
 (0)