Land #3413, improved FileDropper cleanup message
commit
bba741897e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue