diff --git a/modules/auxiliary/gather/darkcomet_filedownloader.rb b/modules/auxiliary/gather/darkcomet_filedownloader.rb index 4d7b4e10b7..47e7936f88 100644 --- a/modules/auxiliary/gather/darkcomet_filedownloader.rb +++ b/modules/auxiliary/gather/darkcomet_filedownloader.rb @@ -418,7 +418,7 @@ class MetasploitModule < Msf::Auxiliary print_status(filedata.to_s) end else - print_status("Attack seems to have failed, no configfile data retrieved...") + print_status("Attack failed or empty config file encountered ...") end end end